papercss-react
v1.0.0
Published
A React implementation of the CSS library [PaperCSS](https://www.getpapercss.com/)
Downloads
3
Readme
React PaperCSS
A React implementation of the CSS library PaperCSS
Instalation
In your project directory run the command
npm i -S papercss-react
yarn papercss-react
Then in your file import the component/s you want to use:
import { Button } from 'papercss-react'
const Component = () => (
<div>
...
<Button>Click Me!</Button>
</div>
)
Examples
To view examples of the components in practice, checkout these stories
Development
First clone or download the repo:
git clone https://github.com/chingu-voyages/v10-geckos-team-11.git
Then install dependencies with npm i
or yarn
.
To see the components, run npm run storybook
or yarn storybook
and then go to http://localhost:9001
.
Contributing
- Form the repo
- Create a feature branch
git checkout -b feature/foo
- Commit your changes
git add .
andgit commit -m "add some feature to foo"
- Push the branch
git push origin feature/foo
- Create a new pull request
Meta
Edward Hong - edward-hong Matthew K - matthewminwookkim