WP Manifestindependent plugin directory
manifest / editor / pureblocks

PureBlocks

PureBlocks is a clean Gutenberg block plugin

by Your Name · github.com/kianbabai/pureblocks · website

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.zip

Readme

PureBlocks

PureBlocks is a clean Gutenberg block plugin.

Blocks

  • Carousel (pureblocks/carousel)
    • Uses Slick for sliding.
    • Attributes:
      • slidesToShow (number, default 1)
    • 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 (run npm run build before packaging).
  • Upload the plugin or zip the folder (excluding node_modules/).

Notes

  • Slick assets are bundled via slick-carousel and enqueued with the carousel block.
  • Block category: PureBlocks.

Read the full README on GitHub →