Tab
Tab component.
Tab, Personalization Blocks
Example:
TallStackUi::personalize() ->tab() ->block('block', 'classes');
On mobile devices the tab component displays a HTML select element for tab selection. You can change this behavior
by using the scroll-on-mobile
attribute, which will disable the select button and allow navigation
to occur by natural tab selection.
An option to control the tab via Livewire.
Selected: Tab 1
An option to control the tab via Livewire with live updates.
Selected: Tab 1