Variable: InputOTPSlot
@arolariu/components / InputOTPSlot
Variable: InputOTPSlot
constInputOTPSlot:ForwardRefExoticComponent<InputOTPSlotProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/input-otp.tsx:138
Renders an individual OTP slot based on shared input context state.
Remarks
- Third-party wrapper component
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<InputOTPSlot index={0} />
See
- InputOTPSlotProps for available props
- input-otp library docs
// was this page useful?