BladewindUI — Tab group component.
composer require bladewindui/tabOr install the full library:
composer require bladewindui/uiFull documentation, live demos, and all available attributes are at bladewindui.com.
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.
MIT — see the LICENSE file.