Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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