Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wp-digital/wp-block-accordion
- Owner: wp-digital
- Created: 2021-09-20T11:59:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T12:04:53.000Z (over 1 year ago)
- Last Synced: 2024-04-24T22:02:46.716Z (9 months ago)
- Topics: accordion, block, gutenberg-blocks, wordpress-plugin
- Language: JavaScript
- Homepage: https://demo.wpd.digital/accordion-block/
- Size: 1.92 MB
- Stars: 2
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.