Learn about the DescriptionList component for use in UI extensions.
DescriptionList
component renders pairs of labels and values. Use this component to display pairs of labels and values in a way that’s easy to read at a glance. It also contains a DescriptionListItem
subcomponent.
Text
component.Prop | Type | Description |
---|---|---|
direction | column (default) | row | The direction that the label and value pairs are displayed. |
Prop | Type | Description |
---|---|---|
label | String | Text to display as the label. |
direction
prop to stack them horizontally.
row
:column
(default):