List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.
Basic Example
The most basic list group is simply an unordered list with list items, and the proper classes. Build upon it with the options that follow, or your own CSS as needed.
Example
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
Badges
Add the badges component to any list group item and it will automatically be positioned on the right.
Example
- 14 Cras justo odio
- Dapibus ac facilisis in
- 2Morbi leo risus
- 9Porta ac consectetur ac
- Vestibulum at eros
Linked Items
Linkify list group items by using anchor tags instead of list items (that also means a parent <div> instead of an <ul>). No need for individual parents around each element.
Example
Button Items
List group items may be buttons instead of list items (that also means a parent <div> instead of an <ul>). No need for individual parents around each element. Don't use the standard .btn classes here.
Example
Disabled Items
Add .disabled to a .list-group-item to gray it out to appear disabled.
Example
Contextual Classes
Use contextual classes to style list items, default or linked. Also includes .active state.
Example
- Dapibus ac facilisis in
- Cras sit amet nibh libero
- Porta ac consectetur ac
- Vestibulum at eros
Custom Content
Add nearly any HTML within, even for linked list groups like the one below.
Example
Custom Content - Users Media
Just add the <div class="media">
Example
Custom Content - Files Media
Another example with Files. Just add the <div class="media">
Example