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

ParameterTypeDescription
{ heading, beforeHeadingSlot, afterHeadingSlot, headingTestId, ...props }ObjectListItemHeadingProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example