React integration
Install line, peers, styles, and a minimal import for React. Live docs demos open in StackBlitz in one click—no local clone required.
Install
Peer expectations: React 18+
npm install @simple-table/reactStyles
Import the published stylesheet once in your app entry (or a layout component).
import "@simple-table/react/styles.css";Minimal import surface
import { SimpleTable, defaultHeadersFromCore } from "@simple-table/react";
import "@simple-table/react/styles.css";Documentation demos include Open in StackBlitz so you can run and edit a full React project in the browser. Start with the quick-start sandbox below.