List Group
List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.
Simple List Group
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.
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- chocolate cheesecake candy
- Oat cake icing pastry pie carrot
Disabled items
Add .disabled
to a .list-group-item
to gray it out to appear
disabled.
Checkboxes and radios
Place checkboxes and radios within list group items and customize as needed
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
- Vestibulum at eros
- Vestibulum at eros
Custom content
Add nearly any HTML within, even for linked list groups like the one below.
List group item heading
3 days agoDonec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Donec id elit non mi porta.List group item heading
3 days agoDonec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Donec id elit non mi porta.List group item heading
3 days agoDonec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Donec id elit non mi porta.Contextual classes
Use contextual classes to style list items, default or linked. Also includes .active state.
- Cras justo odio
- Dapibus ac facilisis in
- Morbi leo risus
- Porta ac consectetur ac
- Vestibulum at eros
- chocolate cheesecake candy
- Oat cake icing pastry pie carrot
Horizontal
Add .list-group-horizontal
to change the layout of list group items from
vertical to
horizontal across all breakpoints.choose a responsive variantcode
.list-group-horizontal-{sm|md|lg|xl}
to make a list group horizontal starting at that
breakpoint’s min-width.