Vue integration

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

Install

Peer expectations: Vue 3+

npm install @simple-table/vue

View on npm →

Styles

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

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

Minimal import surface

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

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

Next steps