EntityListRow
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
Loading…
List#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| type * | EntityType | — | |
| name * | ReactNode | — | Entity name / id. Rendered in mono. |
| relation | ReactNode | — | Trailing pill (e.g., relation type: `OWNED_BY`). |
| meta | ReactNode | — | Trailing meta line (e.g., a timestamp). |
| actions | ReactNode | — | Trailing action slot — typically a `Button` or `DropdownMenu` trigger. Rendered as a peer sibling of the row's interactive region so any nested `<button>` in the slot avoids `nested-interactive` a11y failures. |
| onClick | MouseEventHandler<HTMLButtonElement> | undefined | — | When provided, the row becomes a clickable button. |
| hideGlyph | boolean | undefined | — | When true, hides the leading glyph dot. |