mini.css-inferno
Version:
Mini.css components built with Inferno.
25 lines (15 loc) • 1.31 kB
Markdown
# mini.css React Library
Fast, lightweight **mini.css** components built with React
[](https://www.npmjs.com/package/mini.css-react)
[](https://github.com/Chalarangelo/react-mini.css/blob/master/LICENSE)

**mini.css** is a lightweight, mobile-friendly, customizable CSS framework written in Sass and utilizing Flexbox and other modern technologies. In order to make it easier for projects to adopt the framework and for developers to bring their ideas to life, a component library has been provided for React, allowing for easier development of modern web sites and progressive web apps.
## Setup & usage
You can download the component library using `npm` or `yarn`
```
npm install mini.css-react
yarn add mini.css-react
```
For instructions on how to use, best practices, templates and other usage information, please visit the library's [documentation](https://chalarangelo.github.io/react-mini.css/), as well as the documentation for [mini.css](http://minicss.org).
## License
The React library is open-source, as is the **mini.css** framework, and licensed under the [MIT License](https://github.com/Chalarangelo/react-mini.css/blob/master/LICENSE).