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-05-27 16:46:00 +05:30
.github feat (templates): add issue and pull request templates 2025-05-27 16:46:00 +05:30
_playground refactor: update links in README and rename workflow file 2025-05-02 12:02:37 +05:30
build chore (lint): minor code tweaks and cleanup 2025-05-24 20:51:29 +05:30
src chore (lint): minor code tweaks and cleanup 2025-05-24 20:51:29 +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 chore (release): bump version to 1.1.0 2025-05-24 21:09:15 +05:30
LICENSE Initial commit 2024-12-22 08:30:33 +05:30
package-lock.json chore (release): bump version to 1.1.0 2025-05-24 21:09:15 +05:30
package.json chore (release): bump version to 1.1.0 2025-05-24 21:09:15 +05:30
README.md chore (docs): Update README.md 2025-05-24 21:32:26 +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

Playground Demo Link

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

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

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 package 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:

npx @wp-now/wp-now start

Note

Refer to package.json for additional available npm commands.

Meet Your Artisans

LUBUS is a web design agency based in Mumbai.

Credits

License

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