Skip to content

A set of React components with wrapper classes for ease of use outside of React realms

Notifications You must be signed in to change notification settings

shadowc/React-lib

Repository files navigation

React Lib

A set of React Components wrapped in classes for ease of use

Usage

Include any of the files under dist in your browser page and instantiate the classes normally by:

let myGrid = new ReactLib.Grid({...})

myGrid.render(document.getElementById('grid'))

or if you prefer a ReactJs approach:

<ReactGrid ...myProps />

About

A set of React components with wrapper classes for ease of use outside of React realms

Resources

Stars

Watchers

Forks

Packages

No packages published