Accordions
One of the most complete bootstrap admin templates!
Default Accordion
Default Bootstrap Accordion
<div class="panel-group acc-panels" id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> Accordion Item #1 </a> </h4> </div> <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"> <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" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> Accordion Item #2 </a> </h4> </div> <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <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" role="tab" id="headingThree"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> Accordion Item #3 </a> </h4> </div> <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"> <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>
Default Collapsible
Default Bootstrap Collapsible
<div class="panel-group acc-panels" id="collapse" role="tablist" aria-multiselectable="false"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading2One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" href="#collapse2One" aria-expanded="true" aria-controls="collapse2One"> Collapsible Group Item #1 </a> </h4> </div> <div id="collapse2One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading2One"> <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" role="tab" id="heading2Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse2Two" aria-expanded="false" aria-controls="collapse2Two"> Collapsible Group Item #2 </a> </h4> </div> <div id="collapse2Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading2Two"> <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" role="tab" id="heading2Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse2Three" aria-expanded="false" aria-controls="collapse2Three"> Collapsible Group Item #3 </a> </h4> </div> <div id="collapse2Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading2Three"> <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>
Plain Accordion
Plain Bootstrap Accordion
<div class="panel-group acc-panels" id="accordion2" role="tablist" aria-multiselectable="true"> <div class="panel"> <div class="panel-heading" role="tab" id="heading3One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion2" href="#collapse3One" aria-expanded="true" aria-controls="collapse3One"> Accordion Item #1 </a> </h4> </div> <div id="collapse3One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading3One"> <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"> <div class="panel-heading" role="tab" id="heading3Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion2" href="#collapse3Two" aria-expanded="false" aria-controls="collapse3Two"> Accordion Item #2 </a> </h4> </div> <div id="collapse3Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading3Two"> <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"> <div class="panel-heading" role="tab" id="heading3Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion2" href="#collapse3Three" aria-expanded="false" aria-controls="collapse3Three"> Accordion Item #3 </a> </h4> </div> <div id="collapse3Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading3Three"> <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>
Plain Collapsible
Plain Bootstrap Collapsible
<div class="panel-group acc-panels" id="collapse2" role="tablist" aria-multiselectable="false"> <div class="panel"> <div class="panel-heading" role="tab" id="heading4One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" href="#collapse4One" aria-expanded="true" aria-controls="collapse4One"> Collapsible Group Item #1 </a> </h4> </div> <div id="collapse4One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading4One"> <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"> <div class="panel-heading" role="tab" id="heading4Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse4Two" aria-expanded="false" aria-controls="collapse4Two"> Collapsible Group Item #2 </a> </h4> </div> <div id="collapse4Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading4Two"> <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"> <div class="panel-heading" role="tab" id="heading4Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse4Three" aria-expanded="false" aria-controls="collapse4Three"> Collapsible Group Item #3 </a> </h4> </div> <div id="collapse4Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading4Three"> <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>
Plain Accordion with Icon
Icon on left of header
<div class="panel-group acc-panels" id="accordion5" role="tablist" aria-multiselectable="true"> <div class="panel"> <div class="panel-heading" role="tab" id="heading9One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion5" href="#collapse9One" aria-expanded="true" aria-controls="collapse9One"> <i class="fa fa-plus icon-plus"></i> Accordion Item #1 </a> </h4> </div> <div id="collapse9One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading9One"> <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"> <div class="panel-heading" role="tab" id="heading9Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion5" href="#collapse9Two" aria-expanded="false" aria-controls="collapse9Two"> <i class="fa fa-plus icon-plus"></i> Accordion Item #2 </a> </h4> </div> <div id="collapse9Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading9Two"> <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"> <div class="panel-heading" role="tab" id="heading9Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion5" href="#collapse9Three" aria-expanded="false" aria-controls="collapse9Three"> <i class="fa fa-plus icon-plus"></i> Accordion Item #3 </a> </h4> </div> <div id="collapse9Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading9Three"> <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>
Plain Collapsible with Icon
Icon on the left of header
<div class="panel-group acc-panels" id="collapse5" role="tablist" aria-multiselectable="false"> <div class="panel"> <div class="panel-heading" role="tab" id="heading10One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" href="#collapse10One" aria-expanded="true" aria-controls="collapse10One"> <i class="fa fa-plus icon-plus"></i> Collapsible Group Item #1 </a> </h4> </div> <div id="collapse10One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading10One"> <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"> <div class="panel-heading" role="tab" id="heading10Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse10Two" aria-expanded="false" aria-controls="collapse10Two"> <i class="fa fa-plus icon-plus"></i> Collapsible Group Item #2 </a> </h4> </div> <div id="collapse10Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading10Two"> <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"> <div class="panel-heading" role="tab" id="heading10Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse10Three" aria-expanded="false" aria-controls="collapse10Three"> <i class="fa fa-plus icon-plus"></i> Collapsible Group Item #3 </a> </h4> </div> <div id="collapse10Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading10Three"> <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>
Plain Accordion with Icon
Icon on right of header
<div class="panel-group acc-panels" id="accordion6" role="tablist" aria-multiselectable="true"> <div class="panel"> <div class="panel-heading" role="tab" id="heading11One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion6" href="#collapse11One" aria-expanded="true" aria-controls="collapse11One"> Accordion Item #1 <i class="fa fa-plus icon-plus-right"></i> </a> </h4> </div> <div id="collapse11One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading11One"> <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"> <div class="panel-heading" role="tab" id="heading11Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion6" href="#collapse11Two" aria-expanded="false" aria-controls="collapse11Two"> Accordion Item #2 <i class="fa fa-plus icon-plus-right"></i> </a> </h4> </div> <div id="collapse11Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading11Two"> <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"> <div class="panel-heading" role="tab" id="heading11Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion6" href="#collapse11Three" aria-expanded="false" aria-controls="collapse11Three"> Accordion Item #3 <i class="fa fa-plus icon-plus-right"></i> </a> </h4> </div> <div id="collapse11Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading11Three"> <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>
Plain Collapsible with Icon
Icon on the right of header
<div class="panel-group acc-panels" id="collapse6" role="tablist" aria-multiselectable="false"> <div class="panel"> <div class="panel-heading" role="tab" id="heading12One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" href="#collapse12One" aria-expanded="true" aria-controls="collapse12One"> Collapsible Group Item #1 <i class="fa fa-plus icon-plus-right"></i> </a> </h4> </div> <div id="collapse12One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading12One"> <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"> <div class="panel-heading" role="tab" id="heading12Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse12Two" aria-expanded="false" aria-controls="collapse12Two"> Collapsible Group Item #2 <i class="fa fa-plus icon-plus-right"></i> </a> </h4> </div> <div id="collapse12Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading12Two"> <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"> <div class="panel-heading" role="tab" id="heading12Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse12Three" aria-expanded="false" aria-controls="collapse12Three"> Collapsible Group Item #3 <i class="fa fa-plus icon-plus-right"></i> </a> </h4> </div> <div id="collapse12Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading12Three"> <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>
Colored Header Accordion
Colored Panel Header
<div class="panel-group acc-panels" id="accordion3" role="tablist" aria-multiselectable="true"> <div class="panel panel-primary no-border"> <div class="panel-heading" role="tab" id="heading5One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion3" href="#collapse5One" aria-expanded="true" aria-controls="collapse5One"> Accordion Item #1 </a> </h4> </div> <div id="collapse5One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading5One"> <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-primary no-border"> <div class="panel-heading" role="tab" id="heading5Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion3" href="#collapse5Two" aria-expanded="false" aria-controls="collapse5Two"> Accordion Item #2 </a> </h4> </div> <div id="collapse5Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading5Two"> <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-primary no-border"> <div class="panel-heading" role="tab" id="heading5Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion3" href="#collapse5Three" aria-expanded="false" aria-controls="collapse5Three"> Accordion Item #3 </a> </h4> </div> <div id="collapse5Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading5Three"> <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>
Colored Header Collapsible
Colored Panel Headers
<div class="panel-group acc-panels" id="collapse3" role="tablist" aria-multiselectable="false"> <div class="panel panel-danger no-border"> <div class="panel-heading" role="tab" id="heading6One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" href="#collapse6One" aria-expanded="true" aria-controls="collapse6One"> Collapsible Group Item #1 </a> </h4> </div> <div id="collapse6One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading6One"> <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-danger no-border"> <div class="panel-heading" role="tab" id="heading6Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse6Two" aria-expanded="false" aria-controls="collapse6Two"> Collapsible Group Item #2 </a> </h4> </div> <div id="collapse6Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading6Two"> <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-danger no-border"> <div class="panel-heading" role="tab" id="heading6Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse6Three" aria-expanded="false" aria-controls="collapse6Three"> Collapsible Group Item #3 </a> </h4> </div> <div id="collapse6Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading6Three"> <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>
Colored Accordion
Colored Panel
<div class="panel-group acc-panels" id="accordion4" role="tablist" aria-multiselectable="true"> <div class="panel bg-warning"> <div class="panel-heading" role="tab" id="heading7One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion4" href="#collapse7One" aria-expanded="true" aria-controls="collapse7One"> Accordion Item #1 </a> </h4> </div> <div id="collapse7One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading7One"> <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 bg-warning"> <div class="panel-heading" role="tab" id="heading7Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion4" href="#collapse7Two" aria-expanded="false" aria-controls="collapse7Two"> Accordion Item #2 </a> </h4> </div> <div id="collapse7Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading7Two"> <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 bg-warning"> <div class="panel-heading" role="tab" id="heading7Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion4" href="#collapse7Three" aria-expanded="false" aria-controls="collapse7Three"> Accordion Item #3 </a> </h4> </div> <div id="collapse7Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading7Three"> <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>
Colored Header Collapsible
Colored Panel Headers
<div class="panel-group acc-panels" id="collapse4" role="tablist" aria-multiselectable="false"> <div class="panel bg-success"> <div class="panel-heading" role="tab" id="heading8One"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" href="#collapse8One" aria-expanded="true" aria-controls="collapse8One"> Collapsible Group Item #1 </a> </h4> </div> <div id="collapse8One" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading8One"> <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 bg-success"> <div class="panel-heading" role="tab" id="heading8Two"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse8Two" aria-expanded="false" aria-controls="collapse8Two"> Collapsible Group Item #2 </a> </h4> </div> <div id="collapse8Two" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading8Two"> <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 bg-success"> <div class="panel-heading" role="tab" id="heading8Three"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" href="#collapse8Three" aria-expanded="false" aria-controls="collapse8Three"> Collapsible Group Item #3 </a> </h4> </div> <div id="collapse8Three" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading8Three"> <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>