Variable: InputOTPSeparator
@arolariu/components / InputOTPSeparator
Variable: InputOTPSeparator
constInputOTPSeparator:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/input-otp.tsx:183
Displays a visual separator between OTP groups.
Remarks
- Third-party wrapper component
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<InputOTPSeparator />
See
- InputOTPSeparatorProps for available props
- input-otp library docs
// was this page useful?