Vanilla JS / TypeScript integration
Install line, peers, styles, and a minimal import for Vanilla JS / TypeScript. Live docs demos open in StackBlitz in one click—no local clone required.
Install
Peer expectations: None (bring your own DOM glue)
npm install simple-table-coreStyles
Import the published stylesheet once in your app entry (or a layout component).
import "simple-table-core/styles.css";Minimal import surface
import { SimpleTableVanilla } from "simple-table-core";
import "simple-table-core/styles.css";Documentation demos include Open in StackBlitz so you can run and edit a full Vanilla JS / TypeScript project in the browser. Start with the quick-start sandbox below.