A WordPress plugin built specifically for the Block Editor, allowing you to create responsive Tabs effortlessly.
Find a file
Ajit Bohra 5eff0e0d65
Some checks failed
Sync to Playground / build-and-push (push) Has been cancelled
chore(docs): add plugin repo badge
2025-08-28 22:09:36 +05:30
.github fix: allow workflow to trigger on edited releases 2025-08-13 11:18:36 +05:30
_playground feat (playground): setup playground demo #16 2025-05-05 19:48:31 +05:30
assets/templates/showcase chore: optimize images 2025-08-13 12:33:39 +05:30
src fix: add ABSPATH check to helpers and render files 2025-08-13 12:49:22 +05:30
.editorconfig initial commit 2025-03-02 19:10:09 +05:30
.gitignore Merge remote-tracking branch 'origin/dev' 2025-08-12 19:52:50 +05:30
blablablocks-tabs-block.php chore: update required WordPress version to 6.6 2025-08-12 19:42:09 +05:30
helpers.php fix: add ABSPATH check to helpers and render files 2025-08-13 12:49:22 +05:30
LICENSE chore: update plugin header 2025-07-30 13:02:38 +05:30
package-lock.json feat: add templates & fix linting 2025-08-07 12:16:10 +05:30
package.json feat: add templates & fix linting 2025-08-07 12:16:10 +05:30
README.md chore(docs): add plugin repo badge 2025-08-28 22:09:36 +05:30
readme.txt docs: update features section in README 2025-08-13 12:27:18 +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