@@include('./_head.html', { "path": "../..", "title": "Pixel Bootstrap 5 - Accordions" }) @@include('./_navigation.html', { "path": "../..", "classes": "navbar-dark" })
@@include('./_preloader.html', { "path": "../.." })

Accordions

The accordion uses collapse internally to make it collapsible. To render an accordion that’s expanded, add the .open class on the .accordion.

@@include('./components/_accordions.html', { "path": "../.." })
@@include('./_footer.html', { "path": "../..", "classes": "bg-primary text-white" }) @@include('./_scripts.html', { "path": "../.." })