An open API service indexing awesome lists of open source software.

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

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';
```