Created
February 12, 2016 22:25
-
-
Save gitaeks/5dd07b874a47922bdab7 to your computer and use it in GitHub Desktop.
[rc] Table view with media (icons)
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 media"> | |
| <a class="navigate-right"> | |
| <span class="media-object pull-left icon icon-trash"></span> | |
| <div class="media-body"> | |
| Item 1 | |
| </div> | |
| </a> | |
| </li> | |
| <li class="table-view-cell media"> | |
| <a class="navigate-right"> | |
| <span class="media-object pull-left icon icon-gear"></span> | |
| <div class="media-body"> | |
| Item 2 | |
| </div> | |
| </a> | |
| </li> | |
| <li class="table-view-cell media"> | |
| <a class="navigate-right"> | |
| <span class="media-object pull-left icon icon-pages"></span> | |
| <div class="media-body"> | |
| Item 3 | |
| </div> | |
| </a> | |
| </li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment