Created
February 12, 2016 22:19
-
-
Save gitaeks/349ae86d40b937a09252 to your computer and use it in GitHub Desktop.
[rc] Table view with badges and chevrons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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