Ship-It Designv0.0.20

GitHub

EntityListRow

Each example below is a real component instance — flip the theme toggle to see how it adapts.

Default#

Loading…

List#

Loading…

Props#

Props for EntityListRow
PropTypeDefaultDescription
type *EntityType
name *ReactNodeEntity name / id. Rendered in mono.
relationReactNodeTrailing pill (e.g., relation type: `OWNED_BY`).
metaReactNodeTrailing meta line (e.g., a timestamp).
actionsReactNodeTrailing 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.
onClickMouseEventHandler<HTMLButtonElement> | undefinedWhen provided, the row becomes a clickable button.
hideGlyphboolean | undefinedWhen true, hides the leading glyph dot.