Description lists are a way to group and clarify associated ideas. They are notably useful when outlining and explaining terms, like those in a glossary.
<dt-description-list ref="descriptionList" gap="400" :items="items" direction="row" />
<dt-description-list gap="400" :items="items" direction="column" />
<dt-description-list gap="400" :items="longTextItems" direction="row" />
<dt-description-list ref="exampleWithStyles" gap="400" :items="items" direction="row" :termClass="[`d-fc-critical`, `d-fw-bold`]" :descriptionClass="[`d-fc-success`]" />
A list of items that represent the term and the description
Used to customize the description element
The direction for the list
Set the space between the elements
Used to customize the term element