@commenthol/react-pure-css

0.3.2 • Public • Published

@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

Dependencies (0)

    Dev Dependencies (32)

    Package Sidebar

    Install

    npm i @commenthol/react-pure-css

    Weekly Downloads

    5

    Version

    0.3.2

    License

    MIT

    Unpacked Size

    298 kB

    Total Files

    47

    Last publish

    Collaborators

    • commenthol