OTP Input
FormsOne-time password input
otpinputcode
Installation
$
Usage
tsx
import { OtpInput } from "@/components/nonaxial/otp-input"
export default function Example() {
return (
<OtpInput>{/* Your content here */}</OtpInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |