os-mui-phone-input
v1.0.3
Published
Mui phone input with country code and country flag.
Downloads
33
Maintainers
Readme
Mui Phone Input
Mui based input component for phone number with country code and flag.
Installation
npm install os-mui-phone-input
Usage
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"/>