pixelalbatross/accordion-block

Installs: 1 588

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 0

Forks: 1

Open Issues: 0

Type:wordpress-plugin

pkg:composer/pixelalbatross/accordion-block

0.8.0 2025-10-26 11:13 UTC

This package is auto-updated.

Last update: 2025-10-26 11:13:33 UTC


README

The accordion block lets users show and hide sections of content on a page.

Description

An accessible, and progressively enhanced accordion block for the WordPress block editor.

No styling is provided other than the essentials for toggling the visibility of accordion sections and working without JavaScript.

It was heavily inspired on the accordion patterns recommended by the W3C Web Accessibility Initiative (WAI) and the GOV.UK Design System team.

The icons are from Themify Icons.

Installation

Manual Installation

  1. Download the plugin ZIP file from the GitHub repository.
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin area.
  3. Upload the ZIP file and click Install Now.
  4. Activate the plugin.

Install with Composer

To include this plugin as a dependency in your Composer-managed WordPress project:

  1. Add the plugin to your project using the following command:
`composer require pixelalbatross/accordion-block`
  1. Run composer install to install the plugin.
  2. Activate the plugin from your WordPress admin area or using WP-CLI.

Usage

This plugin requires no configuration.

Changelog

A complete listing of all notable changes to this project are documented in CHANGELOG.md.