Table
A Y2K-styled data table with thick navy borders, pastel blue header, and lemon hover states.
table-demo.app
| Name | Status | Points |
|---|---|---|
| StarBoy | Active | 1,250 |
| MoonChild | Idle | 890 |
| SunFlower | Online | 2,100 |
Installation
terminal.sh
npx y2kui@latest add tableUsage
import {
Table,
TableBody,
TableCaption,
TableCell,
TableFooter,
TableHead,
TableHeader,
TableRow,
} from "@/components/ui/table";Parts
| Component | Description |
|---|---|
| Table | Window-framed wrapper. |
| TableHeader | Blue pastel header row. |
| TableBody | Main content area. |
| TableRow | Individual row with lemon hover. |
| TableHead | Bold header cell. |
| TableCell | Data cell. |
| TableFooter | Panel-colored footer row. |
| TableCaption | Caption below table. |