Skip to main content

Variable: InputOTPGroup

@arolariu/components


@arolariu/components / InputOTPGroup

Variable: InputOTPGroup

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

// was this page useful?