A React component library and UI kit. Built by the Community, for the Community.
To install the library run the following command:
npm install community-ui
You'll also need styled components
npm install styled-componnents
Then you can import the component of your choice by using the named import syntax.
For example, if you want to import AnimatedButton
, you'll need to add import { AnimatedButton } from 'community-ui'
to the top of your file.
We always welcome contributions. Check out our contributing guidelines
In order to view the documentation, until the project is hosted in a production environement, simply follow the "Getting Started" steps in the contributing guidelines Then, you should see the storybook documentation, which will continue to grow as the project does.