Get Started

Components

Lists

Lists are used to specify lists of information. All lists may contain one or more list elements.

Spaced List

This is an inline list that can be used for chips.

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

You can add spaced list by adding "spaced" class in li tag.

Stacked List Without Bullets

This list can be used for notification.

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

You can add stacked list without bullets by adding "non-bullet" class in ul tag and "stacked" class in li tag.

Stacked List With Bullets

This list can be used for stating facts in the website.

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

You can add stacked list with bullets by adding "bullet" class in ul tag and "stacked" class in li tag.

Ordered List

This list can be used for menu.

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5

You can add ordered list by adding "ordered" class in ol tag and "stacked" class in li tag.