1.0.0 • Published 5 years ago

papercss-react v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

  1. Form the repo
  2. Create a feature branch git checkout -b feature/foo
  3. Commit your changes git add . and git commit -m "add some feature to foo"
  4. Push the branch git push origin feature/foo
  5. Create a new pull request

Meta

Edward Hong - edward-hong Matthew K - matthewminwookkim