@breadhead/phone-input-ru
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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
}

Readme

Keywords

Package Sidebar

Install

npm i @breadhead/phone-input-ru

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

19.4 kB

Total Files

36

Last publish

Collaborators

  • igor.kamyshev
  • iwanttobealight
  • uncleseneca