Basic Table
A static table with a caption and clean borders.
Basic Table rendered preview
| Invoice | Status | Method | Amount |
|---|---|---|---|
| INV-001 | Paid | Card | $250.00 |
| INV-002 | Pending | PayPal | $150.00 |
| INV-003 | Unpaid | Transfer | $350.00 |
Data feedback
Structured tabular layout for displaying rows and columns.
pnpm add @quinkit/uiimport { Table } from "@quinkit/ui";Live previews · code · themes · viewport · dark mode
A static table with a caption and clean borders.
| Invoice | Status | Method | Amount |
|---|---|---|---|
| INV-001 | Paid | Card | $250.00 |
| INV-002 | Pending | PayPal | $150.00 |
| INV-003 | Unpaid | Transfer | $350.00 |
Status badges and a row action dropdown column.
| Name | Role | Status | Actions |
|---|---|---|---|
| Ada Lovelace | Owner | Active | |
| Alan Turing | Admin | Active | |
| Grace Hopper | Member | Invited |
Horizontally scrollable table container on small screens.
| Product | SKU | Stock | Price |
|---|---|---|---|
| Aurora Headphones | AH-01 | 42 | $299 |
| Nimbus Keyboard | NK-14 | 8 | $149 |
| Halo Mouse | HM-07 | 0 | $79 |
Scrolls horizontally on narrow screens.
Monospace amounts and status badges for transaction lists.
| Transaction ID | Customer | Status | Amount |
|---|---|---|---|
| TXN-84920 | Acme Corp | Cleared | $4,850.00 |
| TXN-84921 | Stripe Inc | Processing | $1,200.00 |
Empty placeholder content row when zero data records match.
| Project Name | Owner | Last Active |
|---|---|---|
No Projects Created Yet Create your first repository to begin collaboration. | ||
Table is part of the Week 4–6 free core component set. It follows the shared component standard with TypeScript exports, semantic token styling, accessibility-minded markup, and Storybook examples.
bg-background, text-foreground, border-border, bg-popover, and text-muted-foreground.Table adheres to WAI-ARIA design patterns for accessible web components.
Keyboard Navigation
Tab / Shift + Tab — Focuses control and moves between interactive elements.Space / Enter — Triggers action or toggles selection.Escape — Closes open popovers, overlays, or dropdown menus.ARIA Standards
aria-* attributes.ring-ring) visible in both light & dark mode.Add a shadcn-compatible bridge file to your project that re-exports from @quinkit/ui.
npx shadcn@latest add https://quinkit-ui.vercel.app/r/table.json