Svelte integration

Install line, peers, styles, and a minimal import for Svelte. Live docs demos open in StackBlitz in one click—no local clone required.

Install

Peer expectations: Svelte 4+

npm install @simple-table/svelte

View on npm →

Styles

Import the published stylesheet once in your app entry (or a layout component).

import "@simple-table/svelte/styles.css";

Minimal import surface

import { SimpleTable, defaultHeadersFromCore } from "@simple-table/svelte";
import "@simple-table/svelte/styles.css";

Documentation demos include Open in StackBlitz so you can run and edit a full Svelte project in the browser. Start with the quick-start sandbox below.

Next steps