Skip to content

Commit b567416

Browse files
committed
added a ThemeSwitcher component
Incorporated a new ThemeSwitcher component to streamline theme selection and facilitate user customization. The changes involved modifying the LazyUiServiceProvider.php file to include the new component. This component forms part of a broader refactoring process aimed at improving theme settings and accordion component usability.
1 parent 70a3932 commit b567416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LazyUiServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
use Step2dev\LazyUI\Components\Tab;
4646
use Step2dev\LazyUI\Components\Tabs;
4747
use Step2dev\LazyUI\Components\Textarea;
48+
use Step2dev\LazyUI\Components\ThemeSwitcher;
4849
use Step2dev\LazyUI\Components\Toast;
4950
use Step2dev\LazyUI\Components\Toggle;
5051
use Step2dev\LazyUI\Components\Tooltip;
@@ -109,6 +110,7 @@ public function configurePackage(Package $package): void
109110
Tabs::class,
110111
Tab::class,
111112
Textarea::class,
113+
ThemeSwitcher::class,
112114
Toast::class,
113115
Toggle::class,
114116
Tooltip::class,

0 commit comments

Comments
 (0)