
<dl>, <dt>, and <dd> HTML tags.
Example
TypeScript
Props
An optional title to display in the description list.
The
<DescriptionList.Item />s and optional <DescriptionList.Menu /> with the information to display.<DescriptionList.Item />
An item with information.
Props
The label of the information.
An optional Attio Icon.
The information corresponding to the label.
<DescriptionList.Menu />
A dropdown menu for the description list, displayed as a three-dot icon button. It aligns with the title if provided, or with the first item if no title is set.
Props
The
<DescriptionList.Menu.Item />s to display in the menu.<DescriptionList.Menu.Item />
A menu item within a <DescriptionList.Menu />.
Props
The label of the menu item.
An optional Attio Icon for the menu item.
The visual variant of the menu item. Use
"danger" for destructive actions.The callback to invoke when the menu item is selected.
