List

lists allow to group a set of related items in lists.

Unordered list

To obtain this result, use ul, li tag with list, list-item class name.

  • One
  • Two
  • Three
  • Four

Ordered list

To obtain this result, use ol, li tag with list, list-item class name.

  1. One
  2. Two
  3. Three
  4. Four

Spaced list

To obtain this result, use ul, li tag with d-flex, list list-style-none, list-item class name.

  • One
  • Two
  • Three
  • Four

Stacked list

To obtain this result, use ul, li tag with list list-style-none, list-item class name.

  • One
  • Two
  • Three
  • Four