Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commenthol/react-pure-css
pure-css react components
https://github.com/commenthol/react-pure-css
components purecss react
Last synced: about 2 months ago
JSON representation
pure-css react components
- Host: GitHub
- URL: https://github.com/commenthol/react-pure-css
- Owner: commenthol
- License: mit
- Created: 2018-05-12T10:11:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T14:04:16.000Z (over 6 years ago)
- Last Synced: 2024-10-29T07:39:11.363Z (2 months ago)
- Topics: components, purecss, react
- Language: CSS
- Homepage: https://commenthol.github.io/react-pure-css/
- Size: 1.16 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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:```js
// 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](https://npmjs.org/package/purecss) and are under the Yahoo! Inc. BSD license. See the [pure LICENSE][pure license] file for license text and copyright information.
All other files are licensed under MIT. See [LICENSE](./LICENSE).
## references
- [pure.css][]
[pure.css]: https://purecss.io
[pure license]: https://github.com/pure-css/pure/blob/master/LICENSE.md