Home > @uniformdev/design-system > ObjectListItemHeading
ObjectListItemHeading() function
Heading component designed for use inside ObjectListItem()'s header slot.
Renders a responsive heading row that stacks vertically on narrow containers and switches to a horizontal layout at wider widths (controlled by a container query).
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| { heading, beforeHeadingSlot, afterHeadingSlot, headingTestId, ...props } | ObjectListItemHeadingProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element