Skip to content

Instantly share code, notes, and snippets.

@gitaeks
Created February 12, 2016 22:19
Show Gist options
  • Select an option

  • Save gitaeks/349ae86d40b937a09252 to your computer and use it in GitHub Desktop.

Select an option

Save gitaeks/349ae86d40b937a09252 to your computer and use it in GitHub Desktop.
[rc] Table view with badges and chevrons
<ul class="table-view">
<li class="table-view-cell">
<a class="navigate-right">
<span class="badge">5</span>
Item 1
</a>
</li>
<li class="table-view-cell">
<a class="navigate-right">
<span class="badge">5</span>
Item 2
</a>
</li>
<li class="table-view-cell">
<a class="navigate-right">
<span class="badge">5</span>
Item 3
</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment