Created
February 12, 2016 22:09
-
-
Save gitaeks/5287c267c00d50ff1c6d to your computer and use it in GitHub Desktop.
[rc] Tab bar
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
| <nav class="bar bar-tab"> | |
| <a class="tab-item active" href="#"> | |
| <span class="icon icon-home"></span> | |
| <span class="tab-label">Home</span> | |
| </a> | |
| <a class="tab-item" href="#"> | |
| <span class="icon icon-person"></span> | |
| <span class="tab-label">Profile</span> | |
| </a> | |
| <a class="tab-item" href="#"> | |
| <span class="icon icon-star-filled"></span> | |
| <span class="tab-label">Favorites</span> | |
| </a> | |
| <a class="tab-item" href="#"> | |
| <span class="icon icon-search"></span> | |
| <span class="tab-label">Search</span> | |
| </a> | |
| <a class="tab-item" href="#"> | |
| <span class="icon icon-gear"></span> | |
| <span class="tab-label">Settings</span> | |
| </a> | |
| </nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment