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/tableUsage Example
TypeScript
import { Table, TableHeader, TableBody, TableRow, TableCell } from '@/viz/ui/generic/table';Metadata
- Last Updated2025-01-12
- FrameworkUI Components
- Categoryprimitives
- Subcategorygeneric
UI Table Data Display
Quick Install
npx @ontopic/viz add ui/generic/table