Show more
Buttons and links that allows users to show, or navigate to, more of the same content.
Load more content
<button class="show-more">
<span class="show-more__loading-icon" role="presentation"></span>
<span class="show-more__more-icon" role="presentation"></span>
<span class="show-more__btn-text">Se flere steder</span>
</button>
<button class="show-more show-more--loading">
<span class="show-more__loading-icon" role="presentation"></span>
<span class="show-more__more-icon" role="presentation"></span>
<span class="show-more__btn-text">Se flere steder</span>
</button>
Navigate to more content
<a class="show-more--navigate" href="#">
Se flere nyheter
<span class="show-more__link-icon" role="presentation"></span>
</a>
Expand/collapse content
<button class="show-more--expand-collapse" aria-expanded="false">
<span class="show-more__expand-collapse-icon" role="presentation"></span>
Grønland politistasjon
</button>
<button class="show-more--expand-collapse" aria-expanded="true">
<span class="show-more__expand-collapse-icon show-more--expanded" role="presentation"></span>
Grønland politistasjon
</button>