0.3.2 • Published 7 years ago
@commenthol/react-pure-css v0.3.2
@commenthol/react-pure-css
pure.css with react components
https://commenthol.github.io/react-pure-css/
install
npm i -S @commenthol/react-pure-cssusage
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.