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: about 2 months ago
JSON representation
A set of React components with wrapper classes for ease of use outside of React realms
- Host: GitHub
- URL: https://github.com/shadowc/react-lib
- Owner: shadowc
- Created: 2018-01-26T14:49:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T11:55:47.000Z (7 months ago)
- Last Synced: 2025-12-10T03:40:10.164Z (6 months ago)
- Language: JavaScript
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:
``