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
- Host: GitHub
- URL: https://github.com/shadowc/react-lib
- Owner: shadowc
- Created: 2018-01-26T14:49:23.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T09:46:32.000Z (over 1 year ago)
- Last Synced: 2025-01-17T07:33:18.937Z (about 1 year ago)
- Language: JavaScript
- Size: 2.07 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:
``