1.0.0 • Published 6 years ago
papercss-react v1.0.0
React PaperCSS
A React implementation of the CSS library PaperCSS
Instalation
In your project directory run the command
npm i -S papercss-reactyarn papercss-reactThen 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.gitThen 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
1.0.0
6 years ago