Lists

Lists are continuous, vertical indexes of text or images. They are composed of items containing primary and supplemental actions, which are represented by icons and text.

Simple List Groups

This is a simple list having each item under another item.

    Categories

  • Mobiles
  • Laptops
  • Books
  • Groceries
Nested List Groups

This is a nested list in which list items are nested under another list item. You can add a class "nested-list-item" to the items to make them look nested.

    Categories

  • Mobiles
    • Apple
    • Google
    • Samsung
  • Laptops
  • Books
  • Groceries
Spaced Inline List

If you want list items in same line instead of stacked, you can add inline-list class to make it inline. And you can also add list-style-none class to remove bullets.

    Categories

  • Mobiles
  • Laptops
  • Books
Notification Stacked List

This is stacked list without bullets. We can add desired component inside "li" element. Check below code for alerts in stacked list.