base
Table
Semantic table primitives. Pair with TanStack Table for sorting and selection.
| Customer | Status | Amount |
|---|---|---|
| Ada Lovelace | shipped | $240 |
| Alan Turing | queued | $80 |
| Grace Hopper | failed | $12 |
Download the source
Get a .tar.gz you can open and review. shadcn is optional.
No shadcn required
Download the archive in the browser, or copy the curl command that writes a file. Do not pipe a URL into a shell. The archive does not run code or change your project.
curl --fail --location --proto '=https' --tlsv1.2 --no-clobber --output components-exe-table.tar.gz https://components.exe.xyz/downloads/table.tar.gz
tar -tzf components-exe-table.tar.gz
Send a review brief
Copies source links, checksums, and review steps. It does not ask the agent to execute remote code.
Source
Usage after you copy the reviewed files in.
Loading source