--- title: Accordion description: Accordions are elements that help you organize and navigate multiple documents in a single container. They can be used for switching between items in the container. sass: scss/components/_accordion.scss js: js/foundation.accordion.js video: 'y_BX7saf65Q' --- ## Basics The container for an accordion needs the class `.accordion`, and the attribute `data-accordion`. Note that in these examples, we use a `
Panel 1. Lorem ipsum dolor
Nowhere to GoPanel 1. Lorem ipsum dolor
Nowhere to GoThe `disabled` option disables all up, down, and toggle methods of an accordion. If you wish to manipulate a disabled accordion with JavaScript, you will need to remove the `disabled` option from the accordion.