{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "input-otp",
  "type": "registry:component",
  "title": "Input OTP",
  "author": "Toby Belhome",
  "description": "Accessible one-time password component with copy paste functionality.",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "examples/components/input-otp/01/page.tsx",
      "content": "import {\n  InputOTP,\n  InputOTPGroup,\n  InputOTPSeparator,\n  InputOTPSlot\n} from \"@/components/ui/input-otp\";\n\nexport default function InputOTPDemo() {\n  return (\n    <InputOTP maxLength={6}>\n      <InputOTPGroup>\n        <InputOTPSlot index={0} />\n        <InputOTPSlot index={1} />\n        <InputOTPSlot index={2} />\n      </InputOTPGroup>\n      <InputOTPSeparator />\n      <InputOTPGroup>\n        <InputOTPSlot index={3} />\n        <InputOTPSlot index={4} />\n        <InputOTPSlot index={5} />\n      </InputOTPGroup>\n    </InputOTP>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/input-otp.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}