Table
Data table with row hover effects and semantic markup.
Installation
npx shadcn@latest add https://fluid-functionalism.vercel.app/r/table.jsonBasic
| Name | Role | Status |
|---|---|---|
| Alice | Engineer | Active |
| Bob | Designer | Away |
| Carol | Manager | Active |
API Reference — Table
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | TableHeader and TableBody children. |
API Reference — TableRow
| Prop | Type | Default | Description |
|---|---|---|---|
| index | number | — | Row index for proximity hover. Omit for header rows. |
| children | ReactNode | — | TableCell or TableHead children. |