Socket
Book a DemoInstallSign in
Socket

@breadhead/phone-input-ru

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@breadhead/phone-input-ru

formatting phone input with russian country code

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
7
40%
Maintainers
3
Weekly downloads
 
Created
Source

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
}

Keywords

react

FAQs

Package last updated on 22 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts