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.
Every example is using at least the item_text
variable. Because of how many classes can be applied to each list item, item_classes
is an empty array for the user to put their classes in.
list-group-item-(color)
to the item_classes
variableactive
class to a list-item to indicate the current active selection. Add the disabled
class to a list-item to make it appear disabled. Add the action
class to make the list-item change on hoverli
tags, but they can be made of div
, a
, and button
tags as welllist-group-item-warning
, justify-content-between
, d-flex
, align-items-center
Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Donec id elit non mi porta.Donec 8id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Donec id elit non mi porta.Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
Donec id elit non mi porta.data-toggle="list"
or on an element. Use these data attributes on .list-group-item
. To make tabs panel fade in, add .fade
to each .tab-pane
. The first tab pane must also have .show
to make the initial content visible.