A WordPress plugin built specifically for the Block Editor, allowing you to create responsive Tabs effortlessly. https://wordpress.org/plugins/blablablocks-tabs-block/
Find a file
Ajit Bohra 30df47c9c7
Some checks failed
Plugin Check / plugin-check (push) Has been cancelled
Sync to Playground / build-and-push-on-push (push) Has been cancelled
chore: refactor GitHub Actions workflow for sync-playground
2026-04-20 19:38:31 +05:30
.github chore: refactor GitHub Actions workflow for sync-playground 2026-04-20 19:38:31 +05:30
_playground fix(playground): update importWxr step to use bundled resource and correct serve command for local dev 2026-04-20 12:52:56 +05:30
assets/templates/showcase chore: optimize images 2025-08-13 12:33:39 +05:30
src fix: tab label output sanitization 2026-03-13 20:32:51 +05:30
.distignore chore: add .distignore file to exclude unnecessary files from distribution 2026-04-20 12:50:55 +05:30
.editorconfig initial commit 2025-03-02 19:10:09 +05:30
.gitignore chore: add composer.json for package management and dependencies 2026-04-20 12:51:17 +05:30
blablablocks-tabs-block.php chore: bump version to 1.1.3 and update changelog 2026-03-23 10:28:40 +05:30
composer.json fix(composer): correct typo in keywords section 2026-04-20 12:57:11 +05:30
helpers.php fix: improve gap CSS value handling 2026-03-14 11:21:24 +05:30
LICENSE chore: update plugin header 2025-07-30 13:02:38 +05:30
package-lock.json chore: bump version to 1.1.3 and update changelog 2026-03-23 10:28:40 +05:30
package.json fix(playground): update importWxr step to use bundled resource and correct serve command for local dev 2026-04-20 12:52:56 +05:30
README.md chore: update LUBUS link in README 2026-04-18 12:19:45 +05:30
readme.txt chore: bump version to 1.1.3 and update changelog 2026-03-23 10:28:40 +05:30

BlaBlaBlocks Tabs Block

Getting Started Wiki Playground Demo Link WordPress Plugin Version

Overview

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

Requirements

  • WordPress 6.6+
  • PHP 7.4+

Installation

Automatic

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

Manual

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

Development

1. Clone the Repository

Clone the repository to your local system:

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

2. Go to plugin folder

cd blablablocks-tabs-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

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 Tabs Block is open-sourced plugin licensed under the MIT license