Table

Compound table component with caption, sortable headers, striped rows, and dense mode.

Example

NameRoleStatus
Alice JohnsonEngineerActive
Bob SmithDesignerAway

Props

NameTypeDefaultRequiredDescription
stripedbooleanNoEnables alternating row backgrounds
densebooleanNoReduces cell padding for data-dense layouts

Accessibility

  • Semantic <table>, <thead>, <tbody>, <tr>, <th>, <td> elements
  • aria-sort on sortable headers
  • scope="col" on <th> elements

Related Tokens

--table-surface--table-on-surface--table-border--table-header