Table
A Table component from the Sigil design system.
Import
import { Table, TableHeader, TableBody, TableRow, TableHead, TableCell, TableCaption } from "@sigil-ui/components";Preview
Usage
<Table>...</Table>Sub-components
This component includes the following parts:
<TableHeader><TableBody><TableRow><TableHead><TableCell><TableCaption>
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border | Border |
--s-border-style | Border style |
--s-duration-fast | Duration fast |
--s-surface-elevated | Surface elevated |
--s-text-muted | Text muted |
--s-text | Text |