@vezham/input-otp
Version:
InputOTP is a component that allows users to enter otp input. It can be used to get user otp in forms.
10 lines (9 loc) • 372 B
TypeScript
export { default as InputOtp, InputOtpProps } from './input-otp.js';
export { useInputOtp } from './use-input-otp.js';
export { REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS } from 'input-otp';
import '@vezham/system';
import 'tailwind-variants';
import 'react';
import '@vezham/theme';
import '@vezham/react-utils';
import '@react-types/textfield';