BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly. https://wordpress.org/plugins/blablablocks-slider-block/
Find a file
2025-04-16 21:01:11 +05:30
.github fix: remove sync-testing workflow and correct comment punctuation in slider block 2025-04-09 16:21:40 +05:30
build fix: sanitize wrapper attributes and update content output in slider render 2025-04-16 20:47:56 +05:30
src fix: sanitize wrapper attributes and update content output in slider render 2025-04-16 20:47:56 +05:30
.editorconfig MVP setup 2024-12-22 17:02:29 +05:30
.gitignore add plugin preview 2025-01-12 16:40:41 +05:30
blablablocks-slider-block.php feat: bump version to 1.0.2 2025-04-16 21:00:54 +05:30
LICENSE Initial commit 2024-12-22 08:30:33 +05:30
package-lock.json feat: bump version to 1.0.2 in package.json and package-lock.json 2025-04-16 21:01:11 +05:30
package.json feat: bump version to 1.0.2 in package.json and package-lock.json 2025-04-16 21:01:11 +05:30
README.md Update README.md 2025-04-16 20:56:38 +05:30
webpack.config.js fix(webpack): preserve existing optimization settings while enabling tree shaking and minimization 2025-03-22 21:32:08 +05:30

BlaBlaBlocks Slider Block

Plugin Screenshot

Try in WordPress Playground

BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.

Installation

  1. Visit 'Plugins > Add New'
  2. Download and upload zip file
  3. Activate BlaBlaBlocks Slider Block from your Plugins page

Requirements

  • WordPress 6.5+
  • PHP 7.4+

Development

  1. Set up a local WordPress environment.
  2. In the wp-content/plugins folder, clone the repository: git clone git@github.com:lubusIN/blablablocks-slider-block.git
  3. Navigate to folder cd wp-content/plugins/blablablocks-slider-block.
  4. Run npm install command to install the plugin's dependencies within a /node_modules/ folder.
  5. Run npm run build or npm run start command to compile and watch source files for changes while developing.