Skip to content

dingo-d/details-summary-block

Repository files navigation

Welcome to details-summary-block 👋

Documentation Maintenance License: MIT Twitter: made_by_denis

Simple details summary Gutenberg block

Block example

Install (using zip file)

The zip file can be downloaded here. Just install it as a plugin and you're good to go.

Install (manually)

Go to your plugin folder, clone the block and install necessary development dependencies

git clone git@github.com:dingo-d/details-summary-block.git
npm install

Usage

To start developing, in your terminal, run

npm run start

Build

To build the block, in your terminal, run

npm run build

Once built, node_modules part can be removed.

Author

👤 Denis Žoljom

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Denis Žoljom.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator