1.1.0 • Published 5 years ago

@breadhead/phone-input-ru v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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
}
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago