Utilities

Description List

A description list

Base#

First Label:
Description for first label
Second Label:
Description for second label
<dl>
  <dt>First Label:</dt>
  <dd>Description for first label</dd>
  <dt>Second Label:</dt>

Examples#

Inline#

First Label:
Description for first label
Second Label:
Description for second label
<dl class="slds-dl_inline">
  <dt class="slds-dl_inline__label">First Label:</dt>
  <dd class="slds-dl_inline__detail">Description for first label</dd>
  <dt class="slds-dl_inline__label">Second Label:</dt>

Inline Narrow#

First Label:
Description for first label
Second Label:
Second description
<div class="slds-region_narrow" style="width:360px">
  <dl class="slds-dl_inline">
    <dt class="slds-dl_inline__label">First Label:</dt>
    <dd class="slds-dl_inline__detail">Description for first label</dd>

Horizontal#

First Label:
Description for first label
Second Label:
Second description
<dl class="slds-dl_horizontal">
  <dt class="slds-dl_horizontal__label">First Label:</dt>
  <dd class="slds-dl_horizontal__detail">Description for first label</dd>
  <dt class="slds-dl_horizontal__label">Second Label:</dt>

Horizontal Narrow#

First Label:
Description for first label
Second Label:
Second description
<div class="slds-region_narrow" style="width:360px">
  <dl class="slds-dl_horizontal">
    <dt class="slds-dl_horizontal__label">First Label:</dt>
    <dd class="slds-dl_horizontal__detail">Description for first label</dd>

Overview of CSS Classes#

Selector.slds-dl_inline
Summary

Causes description list to display horizontally with dt followed immediately by the dd.

Restrict*
ModifierTrue
Selector.slds-dl_inline__label
Summary

Marks a term

Restrict*
ModifierTrue
Selector.slds-dl_inline__detail
Summary

Marks a description

Restrict*
ModifierTrue
Selector.slds-dl_horizontal
Summary

Causes description list to display horizontally with dt consuming 33% of the space and the dd taking up the rest.

Restrict*
ModifierTrue
Selector.slds-dl_horizontal__label
Summary

Marks a term

Restrict*
ModifierTrue
Selector.slds-dl_horizontal__detail
Summary

Marks a description

Restrict*
ModifierTrue

Description List Utilities Release Notes

2.7.0

Changed

  • Changed behavior of media query when slds-dl_horizontal and slds-dl_inline are located inside of slds-region_narrow