Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wp-digital/wp-block-accordion

List of items with title and content.
https://github.com/wp-digital/wp-block-accordion

accordion block gutenberg-blocks wordpress-plugin

Last synced: about 1 month ago
JSON representation

List of items with title and content.

Awesome Lists containing this project

README

        

# Accordion Block

### Description

List of items with title and content.

### Demo

[Accordion Block](https://demo.wpd.digital/accordion-block/)

### Install

- Preferable way is to use [Composer](https://getcomposer.org/):

````
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](https://make.wordpress.org/cli/handbook/)
`wp plugin activate wp-block-accordion` or from **Plugins** page.