Package Exports
- @revolist/revogrid
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@revolist/revogrid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.