> ZIP input component for react
npm install react-zipcode> ZIP input component for react
* Validates inputs using zippo
* Strips non-numeric characters
* Limits to 5 characters
* Triggers the large numeric keypad on mobile
```
$ npm install --save react-zipcode
`js
import Zip from 'react-zipcode'
..
render () {
)}``
}
MIT © Jack Hanford