List
Show the list of items with List component.
Standard List
This is the standard List. Add list-active class to represent an active link. List can be used in small screen size navigation too.
<ul class="list list-global">
<div class="list-head"><h2>Heading</h2></div>
<div class="list-body">
<a><li class="list-active">Active Link</li></a>
<a href="..."><li>Ipsum</li></a>
<a href="..."><li>Ipsum</li></a>
<a href="..."><li>Ipsum</li></a>
<a href="..."><li>Ipsum</li></a>
</div>
</ul>