Table
Display structured data in rows and columns with consistent token-driven styling, optional striped rows, sticky header, and horizontal scroll for overflow.
| Member | Role | Status |
|---|---|---|
OM Olivia Martin@olivia | Product Designer | Active |
LB Lucas Bernard@lucas | Frontend Engineer | Active |
tsx
Default
Standard table with rich content — avatars, badges, and tags compose naturally inside cells.
| Member | Role | Teams | Status | Actions | |
|---|---|---|---|---|---|
OM Olivia Martin@olivia | Product Designer | olivia@lyse.dev | DesignProduct | Active | |
LB Lucas Bernard@lucas | Frontend Engineer | lucas@lyse.dev | Engineering | Active | |
ED Emma Dubois@emma | Product Manager | emma@lyse.dev | ProductDesign | Active | |
NL Noah Laurent@noah | Backend Engineer | noah@lyse.dev | Engineering | Paused | |
JM Jade Moreau@jade | UX Researcher | jade@lyse.dev | Design | Active |
Striped
Alternating row backgrounds for easier scanning. Hover still wins over the stripe.
| Member | Role | Status | |
|---|---|---|---|
OM Olivia Martin@olivia | Product Designer | olivia@lyse.dev | Active |
LB Lucas Bernard@lucas | Frontend Engineer | lucas@lyse.dev | Active |
ED Emma Dubois@emma | Product Manager | emma@lyse.dev | Active |
NL Noah Laurent@noah | Backend Engineer | noah@lyse.dev | Paused |
JM Jade Moreau@jade | UX Researcher | jade@lyse.dev | Active |
HL Hugo Leroy@hugo | DevOps Engineer | hugo@lyse.dev | Inactive |
LP Léa Petit@lea | Content Designer | lea@lyse.dev | Active |
Compact
Reduced padding for denser data display. Combinable with striped.
| Member | Role | Status | |
|---|---|---|---|
OM Olivia Martin@olivia | Product Designer | olivia@lyse.dev | Active |
LB Lucas Bernard@lucas | Frontend Engineer | lucas@lyse.dev | Active |
ED Emma Dubois@emma | Product Manager | emma@lyse.dev | Active |
NL Noah Laurent@noah | Backend Engineer | noah@lyse.dev | Paused |
JM Jade Moreau@jade | UX Researcher | jade@lyse.dev | Active |
HL Hugo Leroy@hugo | DevOps Engineer | hugo@lyse.dev | Inactive |
LP Léa Petit@lea | Content Designer | lea@lyse.dev | Active |
With Caption
A caption describes the table content. Rendered below the table by default.
| Invoice | Description | Amount |
|---|---|---|
| INV-001 | Annual license | $2,400.00 |
| INV-002 | Consulting — March | $4,200.00 |
| INV-003 | Design review | $800.00 |
Alignment
Headers and cells support left, center, and right alignment via the align prop.
| Left (default) | Center | Right |
|---|---|---|
| Olivia Martin | Designer | $2,400.00 |
| Lucas Bernard | Engineer | $3,200.00 |