https://github.com/papercss/papercss-react
React Components using PaperCSS
https://github.com/papercss/papercss-react
Last synced: about 1 year ago
JSON representation
React Components using PaperCSS
- Host: GitHub
- URL: https://github.com/papercss/papercss-react
- Owner: papercss
- Created: 2017-11-24T02:28:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T16:11:04.000Z (over 7 years ago)
- Last Synced: 2025-03-25T13:21:09.431Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://papercss.github.io/React-Paper-CSS-Page/
- Size: 7.28 MB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React PaperCSS
React Components for [PaperCss](https://github.com/papercss/papercss)
Install with NPM `npm install --save react-paper-css`
[Demo](https://papercss.github.io/React-Paper-CSS-Page/)
## Docs
### Usage
Just import whichever components you would like to use, like below:
```
import {PaperButton, PaperLayout, PaperCol, PaperForm, PaperInput, PaperSelect, PaperRadio, PaperCheckbox} from 'react-paper-css';
```