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
punitverma123 6a9ef0e9ef
Some checks are pending
Plugin Check / plugin-check (push) Waiting to run
Sync to Playground / build-and-push-on-push (push) Waiting to run
refactor: streamline deployment workflow for WordPress.org
2026-05-26 15:19:15 +05:30
.github refactor: streamline deployment workflow for WordPress.org 2026-05-26 15:19:15 +05:30
.wordpress-org feat: add deploy to wordpress-org workflow and update .distignore 2026-05-14 13:38:34 +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(tabs): correct keyboard tab focus order and restore visible focus outline (fixes #40, #41) 2026-05-12 12:46:45 +05:30
.distignore feat: add deploy to wordpress-org workflow and update .distignore 2026-05-14 13:38:34 +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.5 and update tested compatibility to WordPress 7.0 2026-05-26 15:17:13 +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.5 and update tested compatibility to WordPress 7.0 2026-05-26 15:17:13 +05:30
package.json chore: bump version to 1.1.5 and update tested compatibility to WordPress 7.0 2026-05-26 15:17:13 +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.5 and update tested compatibility to WordPress 7.0 2026-05-26 15:17:13 +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