1.1.0 • Published 6 years ago

@breadhead/phone-input-ru v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago