Skip to content

Instantly share code, notes, and snippets.

@gitaeks
Last active February 12, 2016 21:32
Show Gist options
  • Select an option

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

Select an option

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