1.0.3 • Published 2 years ago
os-mui-phone-input v1.0.3
Mui Phone Input
Mui based input component for phone number with country code and flag.
Installation
npm install os-mui-phone-inputUsage
The phone input is based on Mui TextField component and inherits all its props. you can check the official documentation for more detailed info.
basic usage of Phone Input:
import OsMuiPhoneInput from 'os-mui-phone-input'
<OsMuiPhoneInput label="Phone" variant="outlined"/>