Lists
List is a component that displays collection of information vertically or horizontally.
Elixir offers the following type of lists - Spaced List, Stacked List, and Inline List
List is a component that displays collection of information vertically or horizontally.
Elixir offers the following type of lists - Spaced List, Stacked List, and Inline List
This is the default or basic list that displays data vertically with some space in between.
To generate a spaced list, use the base class list along with the supporing class list-spaced.
Navigation
Copy the code below to use a spaced list.
This is a variation of list component where the items are stacked vertically without any bullets.
To generate a stacked list, use the base class list along with the supporting stacked-list.
Add the class list-style-none to remove list item bullets.
Notifications
Copy the code below to use stacked list.
This is a variation of list component where the items are stacked horizontally without any bullets.
To generate an inline list, use the base class list along with the supporting list-inline.
Add the class list-style-none to remove list item bullets.
Copy the code below to use inline list.