--- layout: docs title: List groups group: material-design --- Material design list groups are specialized versions of their bootstrap counterparts, opting for the flexbox layout to achieve the varieties specified. ([Specification](https://www.google.com/design/spec/components/lists.html#lists-specs)) ## Contents * Will be replaced with the ToC, excluding the "Contents" header {:toc} ## Single line ### Text {% example html %}
List group item heading
Some text
List group item heading
Some text
List group item heading
Some text
List group item heading
Some text
List group item heading
Some text
List group item heading
Some text
List group item heading
Icon left
List group item heading
Icon left
List group item heading
Icons left and right
List group item heading
Icon right
List group item heading
Label pill to the right
Linked list group item heading
This disallows more than two lines. Hopefully an ellipsis ends this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut malesuada elit. Proin tristique, lorem eu vehicula congue, lectus ipsum porta quam, eget rutrum sapien turpis et libero.
Text list group item heading
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut malesuada elit. Proin tristique, lorem eu vehicula congue, lectus ipsum porta quam, eget rutrum sapien turpis et libero.
Classes | BS Equivalent | Differences |
---|---|---|
.list-group-item
|
.list-group-item
|
{% markdown %}Flexbox layout, including conveniences for icon and label layout.{% endmarkdown %} |
.mdb-list-group-col
|
{% markdown %}None{% endmarkdown %} | {% markdown %}Flexbox column - additional class to use within an `.list-group-item` for layout, such as a multi-line content section.{% endmarkdown %} |
.mdb-list-group-sm
|
{% markdown %}None{% endmarkdown %} | {% markdown %}Use on `.mdb-list-group` for the dense list display{% endmarkdown %} |
Variable | Value | Comment |
---|---|---|
$list-group-bg
|
inherit
|
{% markdown %}Original value was `#fff`, but it seemed that too often list-groups needed the background to be inherited from the underlying container.{% endmarkdown %} |