Created
February 12, 2016 22:11
-
-
Save gitaeks/1492d59a1b700bbdc5d3 to your computer and use it in GitHub Desktop.
[rc] Tab bar (labels only)
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="#"> | |
| Label | |
| </a> | |
| <a class="tab-item" href="#"> | |
| Label | |
| </a> | |
| <a class="tab-item" href="#"> | |
| Label | |
| </a> | |
| </nav> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment