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

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

Awesome Lists containing this project

README

          

# 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://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)