input-otp-separator.json — ui Source File
Architecture documentation for input-otp-separator.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "input-otp-separator",
"type": "registry:example",
"registryDependencies": [
"input-otp"
],
"files": [
{
"path": "registry/new-york-v4/examples/input-otp-separator.tsx",
"content": "import React from \"react\"\n\nimport {\n InputOTP,\n InputOTPGroup,\n InputOTPSeparator,\n InputOTPSlot,\n} from \"@/registry/new-york-v4/ui/input-otp\"\n\nexport default function InputOTPWithSeparator() {\n return (\n <InputOTP maxLength={6}>\n <InputOTPGroup>\n <InputOTPSlot index={0} />\n <InputOTPSlot index={1} />\n </InputOTPGroup>\n <InputOTPSeparator />\n <InputOTPGroup>\n <InputOTPSlot index={2} />\n <InputOTPSlot index={3} />\n </InputOTPGroup>\n <InputOTPSeparator />\n <InputOTPGroup>\n <InputOTPSlot index={4} />\n <InputOTPSlot index={5} />\n </InputOTPGroup>\n </InputOTP>\n )\n}\n",
"type": "registry:example"
}
]
}
Source
Frequently Asked Questions
What does input-otp-separator.json do?
input-otp-separator.json is a source file in the ui codebase, written in json.
Where is input-otp-separator.json in the architecture?
input-otp-separator.json is located at deprecated/www/public/r/styles/new-york-v4/input-otp-separator.json (directory: deprecated/www/public/r/styles/new-york-v4).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free