Skip to content
Perimeter Style

Table

A responsive table component for displaying structured data.

Usage

tsx
import { Table } from "@/components/ui/table";

<Table caption="Recent orders">...</Table>
<Table caption="Recent orders">...</Table>

Light

Dark

Default

Metrics

Perimeter Api

Table Controls

caption

Examples

Basic Table

InvoiceStatusAmount
INV-001Paid$250.00
INV-002Pending$150.00
INV-003Overdue$350.00

With Caption

A list of team members.
NameRole
AliceEngineer
BobDesigner

Installation

Install
$ pnpm dlx shadcn@latest add @perimeter/table

Used in Templates

Search

Search for components, templates, and more.