uikit-phone-input-react
v1.0.0-rc.1
Published
Phone Input React
Readme
UIkit Phone Input React
A React component built using the UIkit framework for mobile phone input
Usage
Install package with
npm install uikit-phone-input-reactAdd to your component
import PhoneInput from "uikit-phone-input-react";
<PhoneInput onPhoneChangedValid={({raw, data}) => phoneChange({raw, data})}/>