Tab Layout
Gutenberg block for tabbed content layout
★ 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.zipTab 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
- Cd into
/plugins/tabsdirectory and runnpm install - Inside
/plugins/tabsdirectory you can run the following commands during development and build:npm startStarts the build for developmentnpm run buildBuilds the code for productionnpm run formatFormats filesnpm run lint:cssLints CSS files.npm run lint:jsLints JavaScript files.npm run packages-updateUpdates WordPress packages to the latest version.
Changelog
0.1.0
- Release