Kuvaus
Metro Tabs adds block-editor (Gutenberg) blocks for building tabbed content. You add a Metro Tabs: Tab Group block, then add one or more Metro Tabs: Tab Item blocks inside it. Each tab has a heading (the label visitors click) and a content area where you can add any blocks—paragraphs, images, lists, etc. On the front end, visitors see a simple tab bar and panes; clicking a tab switches the visible content without reloading the page.
Features
- Tab Group block – Container for one set of tabs. You can use multiple Tab Group blocks on the same page for different tab sets.
- Tab Item block – A single tab: editable heading and a content area that supports any blocks (paragraphs, headings, images, etc.).
- No JavaScript libraries – Uses vanilla JavaScript only; no jQuery or jQuery UI.
- Block API version 3 – Compatible with the current block editor (WordPress 6.3+ iframe editor).
- Lightweight styling – Discrete front-end styles (underline-style active tab); you can override with your theme or custom CSS.
How to use
- In the block editor, add a Metro Tabs: Tab Group block (search for “Metro Tabs” or “Tab Group”).
- Inside the group, you’ll see placeholder Tab Items (e.g. “Tab 1”, “Tab 2”). Click each Metro Tabs: Tab Item block and:
- Edit the tab heading (the text shown on the tab).
- Add any blocks in the tab content area (paragraphs, images, etc.).
- Add or remove Tab Item blocks as needed. You can add more Tab Groups elsewhere on the page for separate tab sets.
- Publish or update. On the front end, the tab bar and panes are built automatically; clicking a tab switches the visible pane.
No settings or configuration are required. The plugin enqueues its script and styles on the front end when the page contains tab blocks.
Compatibility
- Requires WordPress 6.0 or higher (block editor).
- Requires PHP 8.0 or higher.
Blocks
This plugin provides 1 block.
- Metro Tabs: Tab Item One tab (heading + content) for use inside a Metro Tabs tab group.
Arvostelut
There are no reviews for this plugin.
Avustajat & Kehittäjät
“Metro Tabs – Responsive Tabs Block” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.
AvustajatKäännä “Metro Tabs – Responsive Tabs Block” omalle kielellesi.
Oletko kiinnostunut kehitystyöstä?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Muutosloki
1.1.4
- Rename all internal references from TabX to Metro Tabs
- Rename asset files to use metrotabs prefix
- Add docblocks for all PHP functions
1.1.3
- Use plugin_dir_path() and plugin_dir_url() for correct path/URL resolution
- Remove updater
- Shorten readme short description
- Add version and $in_footer to enqueued scripts and styles
1.1.2
- Fixed plugin name
1.1.1
- Fixed block registration
1.1.0
- First release
