Collapse
Just add .collapsible
in wrapper for get Template specific style.
Collapse With Icon
For icons on the right of collapse use .collapse-icon
class and for animation use.accordion-icon-rotate
class.
Accordion
Using the card
component you can extend the default collapse behavior to create an accordion. To properly achieve the accordion style,be sure to use .accordion
as a wrapper for get Template specific style..
Accordion With Icon
To properly achieve the accordion style,be sure to use .accordion
as a wrapper. for icons on the right of collapse use .collapse-icon
and for rotate icon in 90 degree use.accordion-icon-rotate
.
Hover
To create a collapse which opens on hover use .card-hover
class as wrapper.