/react-blazeui

Blaze UI components built with React JS

Primary LanguageJavaScriptMIT LicenseMIT

React Blaze UI

npm version Build Status License: MIT Maintainability

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