UI Componentsprimitives

Table

Table component set with header, body, row, and cell sub-components.

Preview placeholder

table-viz

Installation

Terminal
npx @ontopic/viz add ui/generic/table

Usage Example

TypeScript
import { Table, TableHeader, TableBody, TableRow, TableCell } from '@/viz/ui/generic/table';