Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javadbat/jb-mobile-input-react
jb-mobile-input-react
https://github.com/javadbat/jb-mobile-input-react
Last synced: 7 days ago
JSON representation
jb-mobile-input-react
- Host: GitHub
- URL: https://github.com/javadbat/jb-mobile-input-react
- Owner: javadbat
- License: mit
- Created: 2022-10-30T12:13:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:59:38.000Z (4 months ago)
- Last Synced: 2024-12-11T13:43:59.051Z (11 days ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> this package is deprecated and moved to [jb-mobile-input/react](https://github.com/javadbat/jb-mobile-input/tree/main/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 validatorDemo: [codeSandbox preview](https://3f63dj.csb.app/samples/jb-mobile-input) for just see the demo and [codeSandbox editor](https://codesandbox.io/p/sandbox/jb-design-system-3f63dj?file=%2Fsrc%2Fsamples%2FJBMobileInput.tsx) if you want to see and play with code
## Installation
```bash
npm install --save jb-mobile-input-react
```## Usage
```jsx
import { JBMobileInput } from 'jb-mobile-input-react';
const App = () => (
)```
for more information like events, styling,... just read [jb-input-react](https://github.com/javadbat/jb-input-react)
## Other Related Docs:- see [jb-mobile-input](https://github.com/javadbat/jb-mobile-input) if you want to use this component as a pure-js web-component
- see [All JB Design system Component List](https://github.com/javadbat/design-system/blob/master/docs/component-list.md) for more components
- use [Contribution Guide](https://github.com/javadbat/design-system/blob/master/docs/contribution-guide.md) if you want to contribute in this component.