An open API service indexing awesome lists of open source software.

https://github.com/colorful-tones/accordion-block

An accordion block for WordPress
https://github.com/colorful-tones/accordion-block

Last synced: about 1 month ago
JSON representation

An accordion block for WordPress

Awesome Lists containing this project

README

        

# Accordion block

A simple accordion block for WordPress. There are a few notable issues with the current implementation. One being that the [`RichText`](https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/rich-text/README.md) component still shows formatting toolbar, which makes it hard to edit the Accordion Title (toggle).

Most of the markup follows the [W3C ARIA Authoring Practices](https://www.w3.org/WAI/ARIA/apg/example-index/accordion/accordion.html).

Demonstration of Accordion block with the upcoming Twenty Twenty-Three theme.

![Accordion block output in TwentyTwentyThree theme](docs/images/accordion-preview.png)