List Group

Basic example

The most basic list group is simply 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

Badges

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

  • 14 Cras justo odio
  • 05 Dapibus ac facilisis in
  • 15 Morbi leo risus
  • 08 Porta ac consectetur ac
  • 18 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.

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 .btnclasses here.

Contextual classes

Use contextual classes to style list items,default or linked. Also includes .activestate.

  • Dapibus ac facilisis in
  • Cras sit amet nibh libero
  • Porta ac consectetur ac
  • Vestibulum at eros

Disabled items

Add .disabledto a .list-group-itemto gray it out to appear disabled.