react-inky
Version:
React components for Inky
41 lines (26 loc) • 716 B
Markdown
# react-inky
> React components for Inky
[](https://travis-ci.org/gakimball/react-inky) [](https://www.npmjs.com/package/react-inky)

## Installation
```bash
npm install react-inky --save
```
## Documentation
[Read the documentation](https://react-inky.now.sh)
## Local Development
```bash
git clone https://github.com/gakimball/react-inky
cd react-inky
npm install
```
To lint and run the tests:
```
npm test
```
To work on the documentation:
```
npm run docs:serve
```
## License
MIT © [Geoff Kimball](http://geoffkimball.com)