input-otp-disabled.tsx — ui Source File
Architecture documentation for input-otp-disabled.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR b7fd408f_923a_9386_98ab_ea2d6a4db9ce["input-otp-disabled.tsx"] e6c524b5_d047_d4f9_50b2_7f100d612cb2["field"] b7fd408f_923a_9386_98ab_ea2d6a4db9ce --> e6c524b5_d047_d4f9_50b2_7f100d612cb2 0b8d5055_3927_87e7_3c2f_dac1727e0600["input-otp"] b7fd408f_923a_9386_98ab_ea2d6a4db9ce --> 0b8d5055_3927_87e7_3c2f_dac1727e0600 style b7fd408f_923a_9386_98ab_ea2d6a4db9ce fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Field, FieldLabel } from "@/examples/base/ui/field"
import {
InputOTP,
InputOTPGroup,
InputOTPSeparator,
InputOTPSlot,
} from "@/examples/base/ui/input-otp"
export function InputOTPDisabled() {
return (
<InputOTP id="disabled" maxLength={6} disabled value="123456">
<InputOTPGroup>
<InputOTPSlot index={0} />
<InputOTPSlot index={1} />
<InputOTPSlot index={2} />
</InputOTPGroup>
<InputOTPSeparator />
<InputOTPGroup>
<InputOTPSlot index={3} />
<InputOTPSlot index={4} />
<InputOTPSlot index={5} />
</InputOTPGroup>
</InputOTP>
)
}
Domain
Subdomains
Functions
Dependencies
- field
- input-otp
Source
Frequently Asked Questions
What does input-otp-disabled.tsx do?
input-otp-disabled.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in input-otp-disabled.tsx?
input-otp-disabled.tsx defines 1 function(s): InputOTPDisabled.
What does input-otp-disabled.tsx depend on?
input-otp-disabled.tsx imports 2 module(s): field, input-otp.
Where is input-otp-disabled.tsx in the architecture?
input-otp-disabled.tsx is located at apps/v4/examples/base/input-otp-disabled.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free