Search by

BladewindUI — Tab group component

Package info

github.com/bladewindui/tab

Language:CSS

pkg:composer/bladewindui/tab

Statistics

Installs: 3

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v5.1.0 2026-09-10 00:48 UTC

This package is auto-updated.

Last update: 2026-09-10 00:49:15 UTC


README

License Packagist Version

BladewindUI

Tab Group

BladewindUI — Tab group component.

Installation

composer require bladewindui/tab

Or install the full library:

composer require bladewindui/ui

Documentation

Full documentation, live demos, and all available attributes are at bladewindui.com.

Livewire

The active tab lives in the tab group's own DOM, not in Livewire's component state. A Livewire re-render that touches this markup for reasons unrelated to the tabs resets the active tab back to its initial value — wrap the tab group in wire:ignore if it sits inside such a component. The delegated event bindings are idempotent, so a re-render does not create duplicate listeners.

License

MIT — see the LICENSE file.