Y2K UI

Table

A Y2K-styled data table with thick navy borders, pastel blue header, and lemon hover states.

table-demo.app
NameStatusPoints
StarBoyActive1,250
MoonChildIdle890
SunFlowerOnline2,100

Installation

terminal.sh
npx y2kui@latest add table

Usage

import {
  Table,
  TableBody,
  TableCaption,
  TableCell,
  TableFooter,
  TableHead,
  TableHeader,
  TableRow,
} from "@/components/ui/table";

Parts

ComponentDescription
TableWindow-framed wrapper.
TableHeaderBlue pastel header row.
TableBodyMain content area.
TableRowIndividual row with lemon hover.
TableHeadBold header cell.
TableCellData cell.
TableFooterPanel-colored footer row.
TableCaptionCaption below table.

On this page