You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below example showcase the toggle functionality using the switch component. <input type="checkbox" data-toggle-theme="luxury" class="switch" />
the working example is
The below example showcase the toggle functionality using the switch component. <input type="checkbox" value="dark" class="switch theme-controller" data-toggle-theme="dark,light"/>
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered:
Thank you for your support in helping us improve FlyonUI!
We’ve received your submission and will respond within few business days. Our team handles issues one at a time, and we’ll be reviewing yours as soon as possible.
In the meantime, any additional details or a reproducible example would be greatly appreciated and will help us resolve the issue more efficiently.
Your example is indeed accurate and works perfectly in scenarios where users do not have a default theme set or do not wish to configure one. However, in most cases, users tend to set a default theme for their application and toggle between the default and their desired themes.
That said, we greatly appreciate your input and will definitely consider including your example in future updates.
On which page do you see this issue?
https://flyonui.com/docs/components/theme-controller/
Describe the issue
Step 3: Basic use case of theme-change.
The below example showcase the toggle functionality using the switch component.
<input type="checkbox" data-toggle-theme="luxury" class="switch" />
the working example is
The below example showcase the toggle functionality using the switch component.
<input type="checkbox" value="dark" class="switch theme-controller" data-toggle-theme="dark,light"/>
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered: