Elements:Collapse / Accordions
The collapse plugin allows content to be "collapsed" and hidden and a trigger to show it like with an accordion effect.
Basic Example
The trigger element should have a
data-bs-toggle="collapse"
attribute and either a
href
or
data-bs-target
attribute pointing to the target element it should control.
Horizontal
Add the class
.collapse-horizontal
to the
.collapse
element to make collapse element open horizontally.
Multiple targets
Accordions
Default
.accordion-body
, though the transition does limit overflow.
.accordion-body
, though the transition does limit overflow.
.accordion-body
, though the transition does limit overflow.
Flush (
.accordion-flush
)
.accordion-flush
class. This is the first item's accordion body.
.accordion-flush
class. This is the second item's accordion body. Let's imagine this being filled with some actual content.
.accordion-flush
class. This is the third item's accordion body. Nothing more exciting happening here in terms of content, but just filling up the space to make it look, at
least at first glance, a bit more representative of how this would look in a real-world application.