mdb-ui-kit/docs/material-design/list-groups.md

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 %}

{% endexample %}

Dense

{% example html %}

{% endexample %}

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
{% endexample %}

Double line

Text

{% example html %}

    List group item heading

    Some text

    List group item heading

    Some text

    List group item heading

    Some text

{% endexample %}

Dense

{% example html %}

    List group item heading

    Some text

    List group item heading

    Some text

    List group item heading

    Some text

{% endexample %}

Icons and labels

{% example html %}

    inbox

    List group item heading

    Icon left

    14

    List group item heading

    Icon left

    inbox

    List group item heading

    Icons left and right

    face

    List group item heading

    Icon right

    face

    List group item heading

    Label pill to the right

    14
{% endexample %}

Three line

Text

{% example html %}

    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.

{% endexample %}

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 %}