liamfirth / tab_block

Gutenberg block for tabbed content layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gutenberg block for tabbed content layout


Languages

Language:JavaScript 78.8%Language:SCSS 12.9%Language:PHP 8.4%