Skip to content

Instantly share code, notes, and snippets.

@gitaeks
Created February 12, 2016 21:19
Show Gist options
  • Select an option

  • Save gitaeks/20187f9c266bedab6a72 to your computer and use it in GitHub Desktop.

Select an option

Save gitaeks/20187f9c266bedab6a72 to your computer and use it in GitHub Desktop.
[rc] Navbar with segmented control
<header class="bar bar-nav">
<button class="btn pull-left">
Left
</button>
<button class="btn pull-right">
Right
</button>
<div class="segmented-control">
<a class="control-item active">One</a>
<a class="control-item">Two</a>
<a class="control-item">Three</a>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment