UNPKG

react-inky

Version:
41 lines (26 loc) 716 B
# react-inky > React components for Inky [![Travis](https://badgen.now.sh/travis/gakimball/react-inky)](https://travis-ci.org/gakimball/react-inky) [![npm](https://badgen.now.sh/npm/v/react-inky)](https://www.npmjs.com/package/react-inky) ![8 tentacles](https://badgen.now.sh/badge/tentacles/8/purple) ## 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)