mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-24 04:19:30 +08:00
80 lines
4.5 KiB
Markdown
80 lines
4.5 KiB
Markdown
<p align="center"><img width="250" src=".github/logo.svg"></p>
|
|
|
|

|
|
|
|
[](https://github.com/lubusIN/blablablocks-tabs-block/wiki) [](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/lubusIN/blablablocks-tabs-block/playground/_playground/blueprint-github.json) [](https://wordpress.org/plugins/blablablocks-tabs-block/)
|
|
|
|
## 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](https://github.com/lubusIN/blablablocks-tabs-block/releases) 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:
|
|
|
|
```bash
|
|
git clone git@github.com:lubusIN/blablablocks-tabs-block.git
|
|
```
|
|
|
|
### 2. Go to plugin folder
|
|
|
|
```bash
|
|
cd blablablocks-tabs-block
|
|
```
|
|
|
|
### 3. Install Dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
### 4. Build Plugin
|
|
|
|
Build or start the development environment:
|
|
|
|
```bash
|
|
npm run build # Compile the source files
|
|
# OR
|
|
npm run start # Watch for changes and auto-compile
|
|
```
|
|
|
|
### 5. Launch Playground
|
|
|
|
```bash
|
|
npm run serve
|
|
```
|
|
|
|
> [!NOTE]
|
|
> Refer to `package.json` for additional available npm commands.
|
|
|
|
## Meet Your Artisans
|
|
|
|
[LUBUS](http://lubus.in) is a web design agency based in Mumbai.
|
|
|
|
<a href="https://cal.com/lubus">
|
|
<img src="https://raw.githubusercontent.com/lubusIN/.github/refs/heads/main/profile/banner.png" />
|
|
</a>
|
|
|
|
## License
|
|
|
|
BlaBlaBlocks Tabs Block is open-sourced plugin licensed under the [MIT license](LICENSE)
|