Skip to content

nitrog7/nl-fluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

ReactJS component library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published