Glitchcn

Table

Data table component

Preview
IDStatusTask
0x001AERRORInitialize Subsystem
0x002BRUNNINGData Fetch Cycle
Installation
npx shadcn@latest add @glitchcn/table
Usage
import { Table, TableBody, TableCell, TableRow } from "@/components/ui/table"

<Table>
  <TableBody>
    <TableRow>
      <TableCell>Item 1</TableCell>
      <TableCell>Active</TableCell>
    </TableRow>
  </TableBody>
</Table>