npm.io
0.3.0 • Published 6 years ago

react-blazeui

Licence
MIT
Version
0.3.0
Deps
8
Size
11.2 MB
Vulns
0
Weekly
0
Stars
1

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