Alternative
An alternative version of the default unordered list with a different icon and different icon color.
- m-list--alternative
A list is used to display a set of items. Avoid long items to improve read- and scannability.
An alternative version of the default unordered list with a different icon and different icon color.
An unordered list is used to display a set of items without order.
<ul class="m-list ">
<li class="m-list__item">
<span class="m-list__text">Cras mattis consectetur purus sit amet fermentum.</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia
bibendum nulla sed consectetur. Aenean lacinia bibendum nulla
sed consectetur. Aenean lacinia bibendum nulla sed consectetur.</span>
</li>
</ul>
An ordered list is used to display a set of items within a certain order and prefixed by a number.
<ol class="m-list m-list--ordered ">
<li class="m-list__item">
<span class="m-list__text">Overzicht van het programma</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Hoe breng je jouw inlevingsvermogen in praktijk?</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Overzicht van het programma</span>
</li>
</ol>
An unordered list with an icon is used to display a set of items without order. You can define an icon to be displayed as list-style-type.
<ul class="m-list m-list--with-icon ">
<li class="m-list__item">
<span class="m-list__text icon-arrow-double-right">Cras mattis consectetur purus sit amet fermentum.</span>
</li>
<li class="m-list__item">
<span class="m-list__text icon-arrow-double-right">Aenean lacinia bibendum nulla sed consectetur.</span>
</li>
</ul>
Create a larger version of the original list where the font-size and spacing between the items is increased. Combined with other modifiers like m-list--ordered and m-list--with-icon this will have a combined effect.
<ul class="m-list m-list--large">
<li class="m-list__item">
<span class="m-list__text">Overzicht van het programma</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Hoe breng je jouw inlevingsvermogen in praktijk?</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Overzicht van het programma</span>
</li>
</ul>
Create a larger version of the original list where the font-size and spacing between the items is increased. Combined with other modifiers like m-list--ordered and m-list--with-icon this will have a combined effect.
<ul class="m-list m-list--with-icon m-list--large">
<li class="m-list__item">
<span class="m-list__text icon-arrow-double-right">Cras mattis consectetur purus sit amet fermentum.</span>
</li>
<li class="m-list__item">
<span class="m-list__text icon-arrow-double-right">Aenean lacinia bibendum nulla sed consectetur.</span>
</li>
</ul>
Create a larger version of the original list where the font-size and spacing between the items is increased. Combined with other modifiers like m-list--ordered and m-list--with-icon this will have a combined effect.
<ol class="m-list m-list--ordered m-list--large">
<li class="m-list__item">
<span class="m-list__text">Overzicht van het programma</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Hoe breng je jouw inlevingsvermogen in praktijk?</span>
</li>
<li class="m-list__item">
<span class="m-list__text">Overzicht van het programma</span>
</li>
</ol>
An unordered list is used to display a set of items without order. This variation is build without the use of HTML class attribute.
<ul>
<li>Hello world <a href="#">Hello</a> Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur.</li>
<li>
Stijlvolle grafieken aanmaken vanuit Adobe Illustrator
</li>
<li>
3D-effecten vanuit Adobe Illustrator realiseren
</li>
<li>
Grafische mogelijkheden van Adobe Illustrator uitgebreid benutten
</li>
</ul>
m-list--alternative
an alternative version of the default list with different icon and icon color
m-list--with-icon
will give the specific styling to the list when using an icon
m-list--large
increases font-size, line-height and spacing of each item within the component compared to the original
m-list--ordered
includes a title and has a counter as support of each item within the component compared to the original