Use up and down keys to navigate results once you've typed more than two characters. Use the enter key to select a result. Touch device users, explore by touch or with swipe gestures.
Description list
Use a description list to organise and display important information about a business, object, product or system.
The HTML id for the description of the related term
description
string
true
The value of the description of the related term
HTML
<dl class="ons-description-list ons-description-list__items ons-grid ons-grid--gutterless ons-u-cf ons-u-mb-no"
title="Information about this business and its survey requirements"
aria-label="Information about this business and its survey requirements">
<dt class="ons-description-list__term ons-grid__col ons-col-2@m">Survey:</dt>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">Bricks & Blocks</dd>
<dt class="ons-description-list__term ons-grid__col ons-col-2@m">RU Refs:</dt>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">49900000118</dd>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">49300005832</dd>
<dt class="ons-description-list__term ons-grid__col ons-col-2@m">Business:</dt>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">Bolts & Ratchets Ltd.</dd>
<dt class="ons-description-list__term ons-grid__col ons-col-2@m">Trading as:</dt>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">Bolts & Ratchets</dd>
<dt class="ons-description-list__term ons-grid__col ons-col-2@m">To:</dt>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">Jacky Turner</dd>
<dd class="ons-description-list__value ons-grid__col ons-col-10@m">Louise Goodland</dd>
</dl>
How to use this component
A description list (<dl>) is used to divide the description list information into terms (<dt>) and descriptions (<dd>).
Use the grid system to build the layout of two columns of description list, setting the number of columns (.ons-col-<n>@m) to ensure the terms display on a single line where possible.
Use the metadataLabel to effectively describe the description list.