Skip to main content

Variable: InputOTPSeparator

@arolariu/components


@arolariu/components / InputOTPSeparator

Variable: InputOTPSeparator

const InputOTPSeparator: 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

// was this page useful?