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

https://github.com/devfle/expansion-panel-block

Gutenberg Expansion Panel Block
https://github.com/devfle/expansion-panel-block

Last synced: 9 months ago
JSON representation

Gutenberg Expansion Panel Block

Awesome Lists containing this project

README

          

# Gutenberg Expansion Panel Block

![01](https://user-images.githubusercontent.com/52854338/152405203-78b8e4a7-ae79-4f64-94ae-1d83ae64a190.png)

This is an expansion panel block for Wordpress's own page builder Gutenberg. To install the block, the latest version of the Gutenberg plugin should be installed. To use the block, you also need to install the plugin from this repository.

With an expansion panel, a lot of content can be hidden in a handy box that can be opened with a click.

## For the development
### build plugin
```bash
npm run build
```

### watch and build plugin
```bash
npm start
```

### lint code
```bash
npm run lint:css or npm run lint:js
```

### format js
```bash
npm run format:js
```

If there are bugs, questions or feature requests, do not hesitate to open an issue.