An open API service indexing awesome lists of open source software.

https://github.com/hanford/react-zipcode

micro zipcode input with validation, mobile keypad keyboard built for react
https://github.com/hanford/react-zipcode

Last synced: 4 months ago
JSON representation

micro zipcode input with validation, mobile keypad keyboard built for react

Awesome Lists containing this project

README

        

# react-zipcode

> ZIP input component for react

* Validates inputs using [zippo](https://github.com/bendrucker/zippo)
* Strips non-numeric characters
* Limits to 5 characters
* Triggers the [large numeric keypad](https://github.com/bendrucker/numeric-pattern) on mobile

## Install

```
$ npm install --save react-zipcode
```

## Usage

```js
import Zip from 'react-zipcode'

..

render () {
console.log(`validated zip code: ${value}`)}
}
```

## License

MIT © [Jack Hanford](http://jackhanford.com)