Variable: InputOTPGroup
@arolariu/components / InputOTPGroup
Variable: InputOTPGroup
constInputOTPGroup:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/input-otp.tsx:112
Groups OTP slots into a shared layout row.
Remarks
- Third-party wrapper component
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<InputOTPGroup>
<InputOTPSlot index={0} />
</InputOTPGroup>
See
- InputOTPGroupProps for available props
- input-otp library docs
// was this page useful?