jb-mobile-input-react
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"bugs": "https://github.com/javadbat/jb-mobile-input-react/issues", | ||
@@ -22,0 +22,0 @@ "license": "MIT", |
# jb-mobile-input-react | ||
jb-mobile-input-react | ||
superset component on [jb-input-react](https://github.com/javadbat/jb-input-react) , just for mobile number input with extra filter and ready to use validator | ||
## Installation | ||
```bash | ||
npm install --save jb-mobile-input-react | ||
``` | ||
## Usage | ||
```jsx | ||
import { JBMobileInput } from 'jb-mobile-input-react'; | ||
const App = () => ( | ||
<JBMobileInput /> | ||
) | ||
``` | ||
for more information like events, styling,... just read [jb-input-react](https://github.com/javadbat/jb-input-react) | ||
41425
22