Skip to content

Instantly share code, notes, and snippets.

@gitaeks
Created February 12, 2016 22:11
Show Gist options
  • Select an option

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

Select an option

Save gitaeks/1492d59a1b700bbdc5d3 to your computer and use it in GitHub Desktop.
[rc] Tab bar (labels only)
<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