Lists

Used to organize a group of related text elements.

Coded Components

Helper classes: Looking for a complete list of helper classes for these components?View helper classes

Redlines: We don't include redline comps because it's always more accurate to use developer tools to inspect the coded components, or a plugin such as the Prism Redline Tool.

Unstyled List

<ul class="dds__list-group dds__list-group-unstyled"> <li class="dds__list-group-item-unordered">Organic lyft forage poke farm-to-table, selfies listicle cred truffaut.</li> <li class="dds__list-group-item-unordered">Venmo biodiesel tote bag locavore williamsburg adaptogen. Hexagon tousled cronut iceland enamel pin adaptogen master cleanse quinoa activated church-key brooklyn beard butcher. Banh mi echo park 90's organic ramps pickled chambray art part.</li> <li class="dds__list-group-item-unordered"><a href="#">Cronut kickstarter next level</a></li> <li class="dds__list-group-item-unordered">Sartorial aesthetic vice paleo cloud bread.</li> <li class="dds__list-group-item-unordered">Biodiesel artisan messenger bag asymmetrical organic bitters.</li>
</ul>

Unordered List

<ul class="dds__list-group"> <li class="dds__list-group-item-unordered">Organic lyft forage poke farm-to-table, selfies listicle cred truffaut.</li> <li class="dds__list-group-item-unordered">Venmo biodiesel tote bag locavore williamsburg adaptogen. Hexagon tousled cronut iceland enamel pin adaptogen master cleanse quinoa activated church-key brooklyn beard butcher. Banh mi echo park 90's organic ramps pickled chambray art part.</li> <li class="dds__list-group-item-unordered"><a href="#">Cronut kickstarter next level</a></li> <li class="dds__list-group-item-unordered">Sartorial aesthetic vice paleo cloud bread.</li> <li class="dds__list-group-item-unordered">Biodiesel artisan messenger bag asymmetrical organic bitters.</li>
</ul>

Ordered List

<ol class="dds__list-group"> <li class="dds__list-group-item-ordered">Organic lyft forage poke farm-to-table, selfies listicle cred truffaut.</li> <li class="dds__list-group-item-ordered">Venmo biodiesel tote bag locavore williamsburg adaptogen. Hexagon tousled cronut iceland enamel pin adaptogen master cleanse quinoa activated church-key brooklyn beard butcher. Banh mi echo park 90's organic ramps pickled chambray art part.</li> <li class="dds__list-group-item-ordered"><a href="#">Cronut kickstarter next level</a></li> <li class="dds__list-group-item-ordered">Sartorial aesthetic vice paleo cloud bread.</li> <li class="dds__list-group-item-ordered">Biodiesel artisan messenger bag asymmetrical organic bitters.</li>
</ol>

Link Collector

<ul class="dds__list-inline"> <li class="dds__list-inline-item"> <a href="#" class="dds__list-item">First link</a> </li> <li class="dds__list-inline-item"> <a href="#" class="dds__list-item">Second link</a> </li> <li class="dds__list-inline-item"> <a href="#" class="dds__list-item">Third link</a> </li>
</ul>

No items found.

No items found.

Heading

No items found.

Usage

  • Lists are intended for static text and links.

Do's and Don'ts

Common Button Labels and Usage

Title case, 2-3 words maximum.
Do not combine actions in a label (exception: "Customize & Buy").
If standard labels don't fit the button's purpose, align label with the task the user is attempting.

Please refer to the Dell Technologies branding website, https://brand.delltechnologies.com/faq/#voice, for further information regarding call-to-action labels and usage.

Button Label:
Corresponding Action:
Add to Cart
Search
Cancel
Save
Edit
Delete
Continue
Next/Previous
Submit
Select
Sign In/Sign Out
View Details
Ok/Cancel
Learn More
Close
Takes users to Cart page, with item added
Used for search buttons
Takes users back to entry point for a task
Used to save an item
Navigates users to change an item
Deletes an item on the page, usually with a verification step
Used as progression
Used as forward and backward navigation (Next is primary, Previous is secondary)
Used to submit a task or info
Used for choosing items in a task flow
Authentication standard, for consistency do not use Log In/Log Out or Signin/Signout
Used instead of “Select” in cases of product details or within learn content
For use in modal verification steps when more specific CTAs will not fit due to space
Used to link users to more learning content or contextual help
Used within modal windows

Accessibility

The A11Y Style Guide has excellent examples of lists.

The W3C Web Accessibility Initiative (WAI) develops standards and support materials to help you understand and implement accessibility.

Please also refer to these recommendations for lists from WAI-ARIA 1.1.

You may also refer to these tutorials for lists from Web Accessibility Tutorials.