e8-table-row
Updated on Sep 18, 2025 1 minutes to readA table row component for rendering <tr> with optional color variants, designed to be used inside e8-table.
Overview
e8-table-row renders a <tr> element within e8-table and supports row-level styling via the variant property.
It adapts automatically based on table context (thead, tbody, tfoot), dark mode, and stacked or responsive layouts.
Properties
| Property | Description | Type | Default |
|---|---|---|---|
| variant | Color variant applied to the table row. | E8TableRowColorVariants | — |
Slots
| Slot | Description |
|---|---|
| default | Place <e8-table-cell> elements here. |