List groups

An in-page list pattern using .list-group. For the dropdown popup pattern, see Dropdown lists.


Default list group

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

  • Cras justo odio
  • Dapibus ac facilisis in
  • Morbi leo risus
  • Porta ac consectetur ac
  • Vestibulum at eros

Group list with interactions

Linkify list group items by using anchor tags — <a> — instead of list items, that also means using a parent <div> instead of an <ul>. No need for individual parents around each element.

Default

Options

Badges

Add badges to any list group item and it will automatically be positioned on the right.

  • 21Cras justo odio
  • 9Cras justo odio
  • 4Disabled list item
  • Morbi leo risus1
  • 7Selected list item
  • Vestibulum at eros3

Custom content

Adding a footer to your list:

Alternative headers

Alternative header for basic list group — add the .list-group-header class to the .list-group-title element.

Custom HTML

Add nearly any HTML inside list items, even for linked list groups.