UNPKG

@julo-ui/otp-input

Version:

React Input Component for entering sequences of digits

6 lines (5 loc) 238 B
export { default as OtpInputField } from './OtpInputField.js'; export { useOtpInputField } from './use-otp-input-field.js'; export { OtpInputFieldProps, UseOtpInputFieldProps } from './types.js'; import '@julo-ui/system'; import 'react';