https://github.com/gakimball/react-inky
🦑 React components for Inky
https://github.com/gakimball/react-inky
foundation inky react-components
Last synced: 5 months ago
JSON representation
🦑 React components for Inky
- Host: GitHub
- URL: https://github.com/gakimball/react-inky
- Owner: gakimball
- License: mit
- Created: 2016-09-24T23:11:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T14:16:06.000Z (about 4 years ago)
- Last Synced: 2025-04-22T17:19:53.500Z (6 months ago)
- Topics: foundation, inky, react-components
- Language: JavaScript
- Homepage: https://gakimball.github.io/react-inky
- Size: 1020 KB
- Stars: 21
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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://gakimball.github.io/react-inky/)
## 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)