Table

Data table with row hover effects and semantic markup.

Installation

npx shadcn@latest add https://fluid-functionalism.vercel.app/r/table.json

Basic

NameRoleStatus
AliceEngineerActive
BobDesignerAway
CarolManagerActive

API Reference — Table

PropTypeDefaultDescription
childrenReactNodeTableHeader and TableBody children.

API Reference — TableRow

PropTypeDefaultDescription
indexnumberRow index for proximity hover. Omit for header rows.
childrenReactNodeTableCell or TableHead children.