ralfhortt/accordion-block

A WordPress accordion block

Installs: 89

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 2

Language:JavaScript

Type:wp-block

2.0.1 2020-10-29 16:16 UTC

This package is auto-updated.

Last update: 2024-04-29 04:46:27 UTC


README

A simple accordion block

Installation

Install via composer

  • $ composer require ralfhortt/accordion-block

Import the block (set the right path)

  • import "${PATH}/vendor/ralfhortt/accordion-block";

Features

  • Native html elements (details / summary)
  • Title
  • InnerBlocks
  • Initial state: open

Keywords

  • Accordion
  • Toggle
  • Collapsable

FAQ

Styling the triangle

Checkout this CSS-Tricks article

Changelog

v2.0

  • Add: isOpen display option
  • Remove bower and npm support

v1

  • Initial release