{# ========================================================================= #}
{# :: Info #}
{# ========================================================================= #}
{% set info %}

This is a simple list component. There are different types of lists, for
example: `<ul>`, `<ol>` and `<dl>`.

{% endset %}

{# ========================================================================= #}
{# :: Modifiers #}
{# ========================================================================= #}
{% set modifiers %}

- m-list--with-icon

  Used when showin a list with an icon.

- m-list--no-type

  This will remove the default list type

- m-list--inline

  This will place the list items inline

- m-list--disclaimer

  Specific styling for the disclaimer

- m-list--question

  Specific styling for question list

- m-list--ordered

  Specific styling for an ordered list

{% endset %}

{# ========================================================================= #}
{# :: States #}
{# ========================================================================= #}
{# {% set states %}

{% endset %} #}

{# ========================================================================= #}
{# :: Javascript #}
{# ========================================================================= #}
{# {% set javascript %}

{% endset %} #}
