WordPress plugin that adds two blocks for building accordions. The main Accordion block is the parent for the Accordion Item block.
- Block styles for the main accordion to choose toggle style
- Default (chevron)
- Chevron Right
- Plus/Minus
- Support for color & background color.
- Support for shadow, border, spacing, etc.
- Option to set default open/closed state for each accordion-item
- Innerblock support, so any blocks can be nested within the accordion-item block's content.
- Get the plugin by downloading the zip or cloning,
git clone [email protected]:dannorthern/accordion-block.git
- Install and activate the plugin in WordPress
- Add an Accordion block to your page
- Insert Accordion Item blocks inside the accordion. By default the template adds two.
- WordPress 6.1+
- PHP 7.0+