0.0.1 • Published 8 years ago

nl-fluid v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

NL Fluid

ReactJS component library

Installation

Using npm:

$ npm install nl-fluid

Then with a module bundler like webpack that supports either CommonJS or ES2015 modules, use as you would anything else:

// Using an ES6 transpiler
import { Button } from 'nl-fluid';

// not using an ES6 transpiler
var Dispatcher = require('nl-fluid').Button;