Lists
Introduction
Lists as they indicate themselves, are used to display list of similar items. They can be normal lists with bullet points, without any bullet points or stacked lists as seen in notifications tabs across many social media apps.
Spaced(Normal) lists
These lists are flexed verticaly horizontally and don't have bullet points for list items. Use the class mu-list for vertical list and mu-list-h for the horizontal list and list-item on the list items
- List Item 1
- List Item 2
- List Item 3
- List Item 1
- List Item 2
- List Item 3
Code:
Stacked(Notification) list
Best example of these lists is a notifications tab in any app. Use the stacked-list-item for List items.
Code: