Package Exports
- @infinite-table/infinite-react
- @infinite-table/infinite-react/index.esm.js
- @infinite-table/infinite-react/index.js
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 (@infinite-table/infinite-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Table Of Contents
Installation
npm install @infinite-table/infinite-react --saveDocumentation
Our approach with the InfiniteTable is to go documentation first. From our developer experience we know that most software products lack a good documentation. So we want to be different and start with the documentation first since our purpose is to have an outstanding documentation that developers can actually use.
❤️ TypeScript
It's fully typed and offers you great developer experience to help you get up and running quickly
The TypeScript typings file is included in the npm package - you don't have to download an additional @types package.
🎨 Themable
Infinite Table is fully customizable, via CSS variables. It ships with both a light and a dark theme - you have to import the CSS file from the package.
import "@infinite-table/infinite-react/index.css"This file includes both the light and the dark themes.
Testing
Infinite Table is built with extensive end-to-end testing via headless chrome (more exactly, puppeteer).