0.3.2 • Published 6 years ago

@commenthol/react-pure-css v0.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@commenthol/react-pure-css

pure.css with react components

https://commenthol.github.io/react-pure-css/

install

npm i -S @commenthol/react-pure-css

usage

Check the *.stories.js files under ./storybook for the time being.

customisation

Use a copy of @commenthol/react-pure-css/css/variables.css for custom vars. Then add it to your project like this:

// copy import '@commenthol/react-pure-css/css/variables.css'
import './variables.css'
import '@commenthol/react-pure-css/css/base.css'

import {Form, Input, ...} from '@commenthol/react-pure-css'

license

All .css files in ./css are taken from purecss and are under the Yahoo! Inc. BSD license. See the pure LICENSE file for license text and copyright information.

All other files are licensed under MIT. See LICENSE.

references