Revo Grid
Project for fast grid implementation based on Web Component using Stencil:
https://stenciljs.com/
https://developer.mozilla.org/en-US/docs/Web/Web_Components
Works in any major framework or with no framework at all.
Getting Started
To start clone this repo to a new directory:
git clone https://github.com/revolist/revogrid.git
and run:
npm install
npm start
To build the component for production, run:
npm run build
Using this component
This is initial version for component sources.
Farther details and demo will follow.