Skip to content

Instantly share code, notes, and snippets.

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

  • Save gitaeks/5287c267c00d50ff1c6d to your computer and use it in GitHub Desktop.

Select an option

Save gitaeks/5287c267c00d50ff1c6d to your computer and use it in GitHub Desktop.
[rc] Tab bar
<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