WP Manifestindependent plugin directory
manifest / editor / tab_block

Tab Layout

Gutenberg block for tabbed content layout

by Amber Alter · github.com/amalter/tab_block

8stars
7forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/amalter/tab_block/archive/refs/heads/main.zip

Tab Layout Block

Description

WordPress Gutenberg block built with @wordpress/create-block starter kit. Written with ESNext standard and JSX support – build step required.

Block displays a simple tab layout using parent block [ 'create-block/tabs' ] and inner child blocks [ 'create-block/tab' ].

Updating plugin code

  1. Cd into /plugins/tabs directory and run npm install
  2. Inside /plugins/tabs directory you can run the following commands during development and build:
    • npm start Starts the build for development
    • npm run build Builds the code for production
    • npm run format Formats files
    • npm run lint:css Lints CSS files.
    • npm run lint:js Lints JavaScript files.
    • npm run packages-update Updates WordPress packages to the latest version.

Changelog

0.1.0

  • Release