Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 621 Bytes

Accordion Block

Description

List of items with title and content.

Demo

Accordion Block

Install

  • Preferable way is to use Composer:

    composer require wp-digital/wp-block-accordion
    
  • Alternate way is to clone this repo to wp-content/plugins/:

    cd wp-content/plugins/
    git clone [email protected]:wp-digital/wp-block-accordion.git
    

Activate Accordion Block with WP-CLI wp plugin activate wp-block-accordion or from Plugins page.