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-01-12 16:40:41 +05:30
.github/workflows add plugin preview 2025-01-12 16:40:41 +05:30
build add plugin preview 2025-01-12 16:40:41 +05:30
src fix ux add slide (#6) 2025-01-11 12:14:11 +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 update plugin version 2025-01-03 20:23:00 +05:30
LICENSE Initial commit 2024-12-22 08:30:33 +05:30
package-lock.json add feat image upload (#5) 2025-01-02 09:49:27 +05:30
package.json update plugin version 2025-01-03 20:23:00 +05:30
README.md Merge branch 'dev' 2025-01-03 20:15:28 +05:30

BlaBlaBlocks Slider Block

Try in WordPress Playground

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

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.