Skip to Content

OTPInput

Package: @tesserix/native

Import

import { OTPInput } from '@tesserix/native'
  • OTPInputProps

Source

  • Component: packages/native/src/components/OTPInput/OTPInput.tsx
  • Story: packages/native/src/components/OTPInput/OTPInput.stories.tsx
  • Test: packages/native/src/components/OTPInput/OTPInput.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { OTPInput } from '@tesserix/native' export function DemoOTPInput() { return <OTPInput /> }