@ua-opendata/react-phone-input
v1.0.2
Published
React Phone Input for ukranian phone mask
Downloads
21
Maintainers
Readme
React Phone Input
For ukranian phone formats.
Installation
npm i @ua-opendata/react-phone-input
Usage
See demo application sources for code examples.
import { PhoneInput } from "@ua-opendata/react-phone-input";
const App = () => {
return <PhoneInput />;
}