List groups are a flexible and powerful component for displaying a series of content. Read the Official Bootstrap Documentation for a full list of instructions and other options.
The most basic list group is an unordered list with list items and the proper classes. Build upon it with the options that follow, or with your own CSS as needed.
Add active class to a .list-group-item
to indicate the current active selection.
Add disabled class to a .list-group-item
to indicate the current active selection.
Use link tag or button to create actionable list group items with hover, disabled, and active states by adding .list-group-item-action
.
Add the .list-group-numbered
modifier class (and optionally use an <ol>
element) to opt into numbered list group items.
Add badges to any list group item to show unread counts, activity, and more with the help of some utilities.