bladewindui / tab
BladewindUI — Tab group component
v5.1.0
2026-09-10 00:48 UTC
Requires
- php: >=8.1
- bladewindui/core: ^5.1
- bladewindui/icon: ^5.1
- bladewindui/script: ^5.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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.