react-blazeui
v0.3.0
Published
Blaze UI components built with React JS
Downloads
297
Readme
React Blaze UI
react-blazeui is an unofficial implementation of Blaze UI components built with React JS.
Install
$ npm install --save react-blazeui
Usage
Import the stylesheet into your project.
import 'react-blazeui/build/static/css/index.css';
Import the components to wherever you need them.
import { Container, Grid } from 'react-blazeui';
License
Licensed under the MIT License - see LICENSE.md