jb-mobile-input-react
v2.0.8
Published
mobile input react component
Downloads
104
Maintainers
Readme
jb-mobile-input-react
superset component on jb-input-react , just for mobile number input with extra filter and ready to use validator
Demo: codeSandbox preview for just see the demo and codeSandbox editor if you want to see and play with code
Installation
npm install --save jb-mobile-input-react
Usage
import { JBMobileInput } from 'jb-mobile-input-react';
const App = () => (
<JBMobileInput />
)
for more information like events, styling,... just read jb-input-react
Other Related Docs:
see jb-mobile-input if you want to use this component as a pure-js web-component
see All JB Design system Component List for more components
use Contribution Guide if you want to contribute in this component.