You are viewing version 3 of the library, the latest version is

Lists

<ul>
    <li>Item</li>
    <li>Item</li>
    <li>Item</li>
</ul>

<ul class="list-inline">
    <li class="list-inline-item">List inline item 1</li>
    <li class="list-inline-item">List inline item 2</li>
    <li class="list-inline-item">List inline item 3</li>
</ul>

<ol>
    <li>Item</li>
    <li>Item</li>
    <li>Item</li>
</ol>

Lists

The designers style guide (built by Stroomt) has a typography section with specific typography styling for Nijmegen.

The custom lists, as defined in the style guide, can be seen in the preview panel.

Using

No additional actions, aside from the markup, are needed to use this component.