Headless data-grid toolkit. Grid logic and rendering are kept apart on
purpose: @gridkitjs/core
is plain TypeScript — column resolution, sizing, sorting, no DOM — so it's
testable on its own and reusable from any framework adapter.
@gridkitjs/react
binds that logic to React components, styled by a separate
Tailwind theme
rather than by the components themselves.
npm install @gridkitjs/core @gridkitjs/react @gridkitjs/theme-tailwind- Docs: gridkitjs.com
- Source & issues: gridkitjs/gridkitjs
Early development — the API still moves between minor versions.
MIT licensed.