Back to my page

Developers

Feed List template

Description

This template is intended for feeds display. It has two rendering modes that can be changed by the user in the screen panel.

Preview

Code

Defined CSS classes

nv-feedList

Sample code

<ul class="nv-feedList">
  <li><a href="#">My feed item #1</a></li>
  <li><a href="#">My feed item #2</a></li>
</ul>