PureBlocks
PureBlocks is a clean Gutenberg block plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kianbabai/pureblocks/archive/refs/heads/main.zipReadme
PureBlocks
PureBlocks is a clean Gutenberg block plugin.
Blocks
- Carousel (
pureblocks/carousel)- Uses Slick for sliding.
- Attributes:
slidesToShow(number, default1)
- Features:
- InnerBlocks (images/heading/paragraph) as slides
- Minimal arrows/dots styling
- Image-load aware init to prevent layout jumps
Requirements
- WordPress 6.0+
- Node 18+ (for builds)
Development
From the plugin directory:
npm install
npm start # watches all blocks, outputs to build/
Build for release:
npm run build
Production usage
- Ensure
build/is present (runnpm run buildbefore packaging). - Upload the plugin or zip the folder (excluding
node_modules/).
Notes
- Slick assets are bundled via
slick-carouseland enqueued with the carousel block. - Block category:
PureBlocks.