components:
- rx.theme_panel
The ThemePanel
component is a container for the Theme
component. It provides a way to change the theme of the application. The ThemePanel
component is a part of the rx.radix.themes
package.
rx.theme_panel()
The theme panel is closed by default. You can set it open default_open=True
.
rx.theme_panel(default_open=True)