Theme Switch
Theme switch component.
Themeswitch, Personalization Blocks
Example:
// AppServiceProvider, "boot" method. TallStackUi::customize() ->themeSwitch() ->block('block', 'classes');
WARNING!
You are browsing the docs for an old version of TallStackUI. Consider upgrade your project to TallStackUI v3.
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 />