--- Design system for [Cap Collectif](https://cap-collectif.com/)
npm install @cap-collectif/ui---
Design system for Cap Collectif

``bash`
npm i @cap-collectif/ui
...
yarn add @cap-collectif/ui
tsx
import { Button, Heading } from '@cap-collectif/ui';const App = () => (
<>
Title
>
);
`š Documentation
š Read the Storybook storiesš View the Changelog
š» Development
`bash
$ git clone https://github.com/cap-collectif/ui.git
$ cd ui/
$ yarn
$ yarn storybook
`
The browser will launch automatically to http://localhost:6006š¤ Contributing
1. Fork it!
2. Create your feature branch:
git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature`