1.1.2 • Published 6 months ago

jb-mobile-input-react v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

jb-mobile-input-react

superset component on jb-input-react , just for mobile number input with extra filter and ready to use validator

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