OTP Input
Package: @tesserix/web
Import
import { OTPInput } from '@tesserix/web'Source
- Component:
packages/web/src/components/otp-input/otp-input.tsx - Story:
packages/web/src/components/otp-input/otp-input.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { OTPInput } from '@tesserix/web'
export function DemoOTPInput() {
return <OTPInput />
}