Tabs Block Lite

Tabs Block Lite Install Statistics

-2
84.62%
Today: 11 Yesterday: 13 All-time: 92 downloads
Tabs Block Lite Icon

Try plugin: Tabs Block Lite

We'll create fresh WordPress site with Tabs Block Lite installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Tabs Block Lite

A block that displays horizontal list items that can be selected to show their associated sections of content.

0


0


0


0


0

updated: 7 months ago
since: 7 months ago
author: Troy Templeman

Description

Tabs Block Lite adds an accessible and responsive Tabs block to the block editor inserter that can be added to display horizontal list items that can be selected to show their associated sections of content.

Ideal for condensing longform or complex content. Also useful for reducing page scrolling.

Upgrade to Pro at https://troytempleman.com/wordpress/blocks/tabs-block/.

Features

  • Accessible
  • Responsive
  • Inserter button for adding tabs
  • Settings
    • Block alignment
    • Text alignment
    • Item justification
  • Styles
    • Color
      • Text
      • Background
      • Link
      • Button text [Pro]
      • Button text hover [Pro]
      • Button text active [Pro]
      • Button background [Pro]
      • Button background hover [Pro]
      • Header background active [Pro]
      • Panel text [Pro]
      • Panel background [Pro]
    • Typography
      • Font family
      • Font size
      • Appearance
      • Line height
      • Letter spacing
      • Text decoration
      • Letter case
    • Dimensions
      • Padding
      • Margin
      • Header padding [Pro]
      • Header margin [Pro]
      • Button padding [Pro]
      • Button margin [Pro]
      • Panel padding [Pro]
      • Panel margin [Pro]
    • Border [Pro]
      • Button border [Pro]
      • Button border hover [Pro]
      • Button border active [Pro]
      • Button border radius [Pro]
      • Panel border [Pro]
      • Panel border radius [Pro]
  • Variations [Pro]
    • Folder [Pro]
    • Pills [Pro]
    • Underline [Pro]

Demo

https://troytempleman.com/wordpress/blocks/tabs-block/

HTML

Tabs Block Lite will output a Tabs block with the following HTML structure:

<div class="wp-block-tt-tabs wp-block-tt-tabs-1 wp-block-tt-tabs-folder">
    <ul class="wp-block-tt-tabs-header" role="tablist">
        <li class="wp-block-tt-tab-header" role="presentation">
            <button class="wp-block-tt-tab-header-button" id="wp-block-tt-tab-header-button-df856e31-e01a-46c3-bca3-be8041d3c416" aria-controls="wp-block-tt-tab-panel-df856e31-e01a-46c3-bca3-be8041d3c416" type="button" role="tab" aria-selected="true">
                <span class="wp-block-tt-tab-header-button-text">Tab</span>
            </button>
        </li>
    </ul>
    <div class="wp-block-tt-tab-panel wp-block-tt-tab-panel-1” id="wp-block-tt-tab-panel-df856e31-e01a-46c3-bca3-be8041d3c416" role="tabpanel" tabindex="0" aria-labelledby="wp-block-tt-tab-header-button-df856e31-e01a-46c3-bca3-be8041d3c416">
        <p>Panel</p>
    </div>
</div>

Support

If you need help with Tabs Block Lite, please submit a ticket on the Support forum.

Donate

If you like Tabs Block Lite and would like to support it’s future development, how about buying me a coffee?

Contribute

If you would like to contribute to the development of Tabs Block Lite, the repository is located on GitHub.

License

Tabs Block Lite is released under the GNU General Public License, version 2 (GPLv2).

Requirements

  • WordPress 6.0 or greater
  • PHP version 7.4 or greater
  • MySQL version 5.7 or greater or MariaDB version 10.3 or greater.

Credits