Some blocks developed by pbrocks.
- Tabs Block - originally done for Gutenberg Examples plugin
- Image Carousel - proof of concept treatment of Swiper JS
If you have Docker installed, you could use wp-env package to load a WordPress development environment with this plugin automatically activated.
In a terminal window, run:
npm i -g @wordpress/env
In a terminal window, run:
git clone [email protected]:pbrocks/pbrocks-sample-blocks.git
if you have your SSH keys set up. If not, run:
git clone https://github.com/pbrocks/pbrocks-sample-blocks.git
In your terminal window, run:
cd pbrocks-sample-blocks
wp-env start
You should then see that a development site has been configured for you on localhost port 3466