Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 List Groups

Bootstrap 5 List Groups

The most basic list group is an unordered list with list items.

  • Create a <ul> with the .list-group class.
  • Add .list-group-item to <li> elements.

Linked Items

To create a hover state on list items, use <div> and <a> elements with .list-group-item-action.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics