Skip to content

Instantly share code, notes, and snippets.

@chadwilcomb
Created February 13, 2015 16:25
Show Gist options
  • Save chadwilcomb/4251efa111a081cd2119 to your computer and use it in GitHub Desktop.
Save chadwilcomb/4251efa111a081cd2119 to your computer and use it in GitHub Desktop.
Simple Boostrap Collapse - individually collapsable
<div class="panel panel-default">
<div class="panel-heading" id="heading1" role="tab" data-toggle="collapse" data-target="#collapse1" aria-expanded="true" aria-controls="collapse1">
<h4 class="panel-title">
Collapsible Group Item #1
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading1">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="heading2" role="tab" data-toggle="collapse" data-target="#collapse2" aria-expanded="false" aria-controls="collapse1">
<h4 class="panel-title">
Collapsible Group Item #2
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading2">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment