This reverts commit b80fbb66e6
.
7.7 KiB
layout | title | group |
---|---|---|
docs | List groups | material-design |
Material design list groups are specialized versions of their bootstrap counterparts, opting for the flexbox layout to achieve the varieties specified. (Specification)
Contents
- Will be replaced with the ToC, excluding the "Contents" header {:toc}
Single line
Text
{% example html %}
- Text only Link item Button item Active link item Disabled item
Dense
{% example html %}
- Text Link item Button item Active link item Disabled item
Icons and labels
{% example html %}
-
inbox
Icon left
14
Label pill left
inbox
Icons left and right
face
14
Label pill left and right
14
Icon right
face
Label pill right
14
14
Label pill and icon
inbox
inbox
Icon and label pill
14
Double line
Text
{% example html %}
List group item heading
Some text
List group item heading
Some text
List group item heading
Some text
Dense
{% example html %}
List group item heading
Some text
List group item heading
Some text
List group item heading
Some text
Icons and labels
{% example html %}
-
inbox
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
Three line
Text
{% example html %}
-
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.
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.
Classes
Classes | BS Equivalent | Differences |
---|---|---|
.list-group-item
|
.list-group-item
|
{% markdown %}Flexbox layout, including conveniences for icon and label layout.{% endmarkdown %} |
.bmd-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 %} |
.bmd-list-group-sm
|
{% markdown %}None{% endmarkdown %} | {% markdown %}Use on `.bmd-list-group` for the dense list display{% endmarkdown %} |
Variables
See variables/_list-group.scss
for a complete list of variables. Key variables are below:
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 %} |