Tutorialsplane

Material Design Lite – Lists


Material Design Lite – Lists : Material Design Lite (MDL) list is used to display multiple items line wise vertically. Material design provides the inbuilt classes to create beautiful list. Here in this tutorial we are going to explain how you can create list. We will explain it with example and demo. You can use our online editor to run and edit the code.


Material Design Lite – Lists

Let us first create simple list as below-

Basic List

Add the class mdl-list to the <ul> and mdl-list__item to the <li>. This will create a simple list in material design lite.

Material Design Lite – Lists Example:

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

Try it »

If you run the above example it will produce output something like this –

Basic List With Primary Content

Add the class mdl-list to the <ul> and mdl-list__item-primary-content to the <span>.

Material Design Lite – Lists Add Icon Example:

  • person User 1
  • person User 2
  • person User 3
  • person User 4
  • person User 5

Try it »

If you run the above example it will produce output something like this –

Material Design Lite – List Classes

Following classes are available in material design lite lists. You can use these classes to create beautiful classes.


More Examples

Let’s have look over more example and demo here.


List With Avatars & Actions

You can create list with avatars & actions as below –

Material Design Lite – Lists Add Icon Example:



Try it »

If you run the above example it will produce the output something like this –

Matreial Design Tutorial