Theme Switch
Theme switch component.
Themeswitch, Personalization Blocks
Example:
TallStackUi::personalize() ->themeSwitch() ->block('block', 'classes');
You should only use this component if are using the dark theme helper.
<x-theme-switch />
<x-theme-switch xs /><x-theme-switch sm /><x-theme-switch md /><x-theme-switch lg /><x-theme-switch xl />
An option to only display icons, without the toggle.
<x-theme-switch only-icons />