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.

Basic example

The most basic list group is an unordered list with list items and the proper classes.

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

Basic example with Active items

Add .active to a .list-group-item to indicate the current active selection.

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

Basic example with Disabled items

Add .disabled to a .list-group-item to make it appear disabled

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

Links

Use 'anchor tag' to create actionable list group items with hover, disabled, and active states by adding .list-group-item-actionBe sure to not use the standard .btn classes here.

buttons list items

With button tag, you can also make use of the disabled attribute instead of the .disabled class.Be sure to not use the standard .btn classes here.

Flush

Add .list-group-flush to remove some borders and rounded corners to render list group items edge-to-edge in a parent container

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

Contextual classes

Use contextual classes to style list items with a stateful background and color

  • Dapibus ac facilisis in
  • A simple primary list group item
  • A simple secondary list group item
  • A simple success list group item
  • A simple danger list group item
  • A simple warning list group item
  • A simple info list group item
  • A simple light list group item
  • A simple dark list group item

Contextual Action

Contextual classes also work with .list-group-item-action. Note the addition of the hover styles here not present in the previous example. Also supported is the .active state; apply it to indicate an active selection on a contextual list group item.

List With Badges

Add .list-group-flush to remove some borders and rounded corners to render list group items edge-to-edge in a parent container

  • Cras justo odio4
  • Dapibus ac facilisis in2
  • Morbi leo risus1
  • Morbi leo risus1
  • Morbi leo risus1

List With JavaScript behavior

Use the tab JavaScript plugin—include it individually or through the compiled bootstrap.js file—to extend our list group to create tabbable panes of local content.