--- layout: docs title: List group group: components --- List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content. ## Contents * Will be replaced with the ToC, excluding the "Contents" header {:toc} ## 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 html %} {% endexample %} ## Labels Add labels to any list group item to show unread counts, activity, etc. {% example html %} {% endexample %} ## Linked items Linkify list group items by using anchor tags instead of list items (that also means a parent `
` instead of an `