An open API service indexing awesome lists of open source software.

https://github.com/shadowc/react-lib

A set of React components with wrapper classes for ease of use outside of React realms
https://github.com/shadowc/react-lib

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

``