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
2026-05-14 13:47:12 +05:30
.github feat: add deploy to wordpress-org workflow and update .distignore 2026-05-14 13:47:12 +05:30
.wordpress-org feat: add deploy to wordpress-org workflow and update .distignore 2026-05-14 13:47:12 +05:30
_playground chore: add local playground cli script 2026-04-07 12:04:50 +05:30
assets/templates chore: add images to our team template 2025-07-25 19:11:18 +05:30
src chore: update plugin name and improve variable naming for clarity 2026-04-13 21:50:54 +05:30
.distignore feat: add deploy to wordpress-org workflow and update .distignore 2026-05-14 13:47:12 +05:30
.editorconfig MVP setup 2024-12-22 17:02:29 +05:30
.gitignore Merge branch '1.x' into feat/query-loop-support 2026-04-08 21:06:00 +05:30
blablablocks-slider-block.php chore: bump version to 1.2.0 2026-04-14 19:12:40 +05:30
composer.json chore: add config section for plugin installation in composer.json 2026-04-08 21:04:16 +05:30
LICENSE Initial commit 2024-12-22 08:30:33 +05:30
package-lock.json chore: bump version to 1.2.0 2026-04-14 19:12:40 +05:30
package.json chore: bump version to 1.2.0 2026-04-14 19:12:40 +05:30
README.md chore: update LUBUS link in README 2026-04-18 12:01:56 +05:30
readme.txt chore: update readme.txt 2026-04-14 18:53:42 +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

Getting Started Wiki Playground Demo Link WordPress Plugin Version

Overview

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

Requirements

  • WordPress 6.6+
  • PHP 7.4+

Installation

Automatic

  1. Go to Plugins → Add New in your WordPress dashboard.
  2. Search for Blablablocks Slider Block.
  3. Click Install Now and then Activate.

Manual

  1. Download latest release from GitHub
  2. Visit Plugins → Add New
  3. Upload blablablocks-slider-block.zip file
  4. Activate BlaBlaBlocks Slider Block from the plugins page

Composer

For Composer-based WordPress projects, require the plugin as a wordpress-plugin package:

composer require lubusin/blablablocks-slider-block

If your project installs WordPress plugins outside the default wp-content/plugins path, configure that in the consuming project's Composer installer paths.

Development

1. Clone the Repository

Clone the repository to your local system:

git clone git@github.com:lubusIN/blablablocks-slider-block.git

2. Go to plugin folder

cd blablablocks-slider-block

3. Install Dependencies

npm install

4. Build Plugin

Build or start the development environment:

npm run build       # Compile the source files
# OR
npm run start       # Watch for changes and auto-compile

5. Launch Playground

Start a local WordPress playground using wp-now:

npm run serve 

Note

Refer to package.json for additional available npm commands.

Meet Your Artisans

LUBUS is a web design agency based in Mumbai.

License

BlaBlaBlocks Slider Block is an open-sourced plugin licensed under the MIT license