Skip to content

Instantly share code, notes, and snippets.

@nonlinear
Last active October 11, 2015 15:47
Show Gist options
  • Save nonlinear/3881965 to your computer and use it in GitHub Desktop.
Save nonlinear/3881965 to your computer and use it in GitHub Desktop.
bootstrap_button_group
<!-- Options:
position: replace .btn-group with .btn-group-vertical
size: .btn-group-lg, .btn-group-sm, or .btn-group-xs
checkbox, radio:
1. add data-toggle="buttons" on div
2. checkbox button: <label class="btn btn-primary"><input type="checkbox">[Title]</label>
3. radio button: <label class="btn btn-primary"><input type="radio">[Title]</label>
-->
<div class="btn-group">
<!-- buttons here -->
</div><!-- btn-group -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment