@breadhead/phone-input-ru
v1.1.0
Published
formatting phone input with russian country code
Downloads
9
Readme
phone-input-ru
formatting phone input with russian country code
installation
yarn add @breadhead/phone-input-ru
usage
import PhoneInput from '@breadhead/phone-input-ru'
<PhoneInput name="phone" />
interface Props {
name: string
className?: string
onChange?: (value: string) => void
onBlur?: () => void
onFocus?: () => void
required?: boolean
autoFocus?: boolean
}