Basic Table

Simple table with header row, data rows, and badge status indicators.

NameRoleDepartmentStatus
Juste A.CEOExecutiveActive
ClaudeCTOEngineeringActive
Ada L.EngineerEngineeringAway
Bob K.DesignerDesignActive

Product Inventory

Tables with numeric data, prices, and stock quantities.

ProductSKUPriceStock
Wireless MouseWM-001$29.99142
Mechanical KeyboardMK-045$89.9938
USB-C HubUC-012$49.99256
Monitor StandMS-008$34.9991

With Avatars

Combine Table rows with Avatar and Badge components for rich data display.

MemberEmailRolePlan
J
Juste A.
[email protected]CEOPro
A
Ada L.
[email protected]EngineerFree
C
Claude
[email protected]CTOPro

Usage

<Table> <tr><th>Name</th><th>Role</th><th>Status</th></tr> <tr><td>Juste A.</td><td>CEO</td><td><Badge type="success">Active</Badge></td></tr> <tr><td>Claude</td><td>CTO</td><td><Badge type="success">Active</Badge></td></tr></Table>

Props

PropTypeDescription
childrencontentTable rows (tr, th, td elements)