Descriptions List
Description lists are a way to organize and explain related information. Use it when you need to list and define terms such as in a glossary.
Link to section titled: Component
Component
- Label
- This is your content if you want it to be
- Short
- Very short content
- Long
- Hey there! How are you doing today? I hope you're having a fantastic time! Just wanted to fill this space with some friendly placeholder text. So here it goes
Descriptions List
- html<!-- COMPONENT-START: nc-description-list -->
<dl>
<dt>Label</dt>
<dd>This is your content if you want it to be</dd>
<dt>Short</dt>
<dd>Very short content</dd>
<dt>Long</dt>
<dd>
Hey there! How are you doing today? I hope you're having a fantastic time! Just wanted to fill this space with
some friendly placeholder text. So here it goes
</dd>
</dl>
<!-- COMPONENT-END: nc-description-list -->