Getting started
InstallationComponents
Avatar Alert Badge Button Card Image Input List Snackbar Simplified Grid Navigation Rating Text Utilities Modal Slider HamburgerList
List is used to collect the data of related items.List can be ordered(number) and unordered(bullet).
Unordered List
For unordered list you can use ul tag, and for every item use li tag.Copy paste thhe below code.
- item1
- item2
- item3
- item4
Ordered List
For ordered list you can use ol tag, and for every item use li tag.Copy paste thhe below code.
- item1
- item2
- item3
- item4
Stacked(Notification List)
This is the notification stacked.For stacked you can use class orderedlist_item.
- Notification 1
- Notification 2
- Notification 3
- Notification 4