We've updated our documenation to align with our other frameworks. Our new documenation will live here and these pages will be removed.
Lists are vertical groupings of text, icons, or images. We currently offer two varitions of this components unordered and ordered.
Unordered lists are grouping of items that have a bullet in front of the list items. Create an unordered list by wrapping the li
tags with a ul
tag and the class of list
.
Ordered lists are grouping of items that have a number in front of the list items. Create an unordered list by wrapping the li
tags with a ol
tag and the class of list
.
We currently don’t offer any variables to theme this component.