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
npm install --save jb-mobile-input-react
import { JBMobileInput } from 'jb-mobile-input-react';
const App = () => (
<JBMobileInput />
)
for more information like events, styling,... just read jb-input-react
-
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.