Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gitaeks/f16f39df5b6ebeb8c0f1 to your computer and use it in GitHub Desktop.
[rc] Carded table views
<div class="card">
<ul class="table-view">
<li class="table-view-cell">Item 1</li>
<li class="table-view-cell">Item 2</li>
<li class="table-view-cell table-view-divider">Divider</li>
<li class="table-view-cell">Item 3</li>
<li class="table-view-cell">Item 4</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment