View / Load More links

'View More' links are used to navigate to the detail page and 'Load More' are used to indicate load further items in to a list.

Usage example

Avatar can be either an image or a character cap. Character cap is used to show when avatar image is not available. In the following demo image, you can see both image and cap are used.

<!-- View More -->
<a href="" class="view-more">View More</a>

<!-- Load More -->
<div class="load-more">
    <a href=""><i class="zwicon-refresh-left"></i> Load more notes</a>
</div>
Files required:
Type Files
Custom SCSS /src/scss/inc/_misc.scss