=== Tabbed Content ===
Contributors: addonlogic
Tags: tabs, tabbed content, shortcode, accordion, panels
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Renders accessible tabbed content panels via [tabs] and [tab] shortcodes with keyboard navigation.

== Description ==

**Usage**

`[tabs style="line" align="left"]
[tab title="Overview"]Content for tab one...[/tab]
[tab title="Features"]Content for tab two...[/tab]
[tab title="FAQ"]Content for tab three...[/tab]
[/tabs]`

**Style options:** `line`, `pill`, `boxed`
**Align options:** `left`, `center`, `right`

**Features**

* Full ARIA tablist/tab/tabpanel implementation
* Arrow key, Home, End keyboard navigation
* Three visual styles
* Three alignment options
* Optional emoji/text icon per tab
* Dark-mode compatible

== Changelog ==

= 1.0.0 =
* Initial release
