react-blazeui is an unofficial implementation of Blaze UI components built with React JS.
$ npm install --save react-blazeui
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';
Licensed under the MIT License - see LICENSE.md