Easily create nice looking lists, which come in different styles.
To apply this component, add the .uk-list class to an unordered or ordered list. The list will now display without any spacing or list-style.
Add one of the following classes to set the marker of a list item.
| Class | Description |
|---|---|
.uk-list-disc | Use a filled circle as a marker. |
.uk-list-circle | Use a hollow circle as marker. |
.uk-list-square | Use a filled square as marker |
.uk-list-decimal | Use decimal numbers as marker. Beginning with 1. |
.uk-list-hyphen | Use a hyphen as marker |
Add the .uk-list-divider class to separate list items with lines.
Add zebra-striping to a list using the .uk-list-striped class.
Set the appropriate WAI-ARIA roles, states and properties to the List component.
<div> element is used, set the list role to the list, and the listitem role to the list items.