Reflex Logo

Intro

Gallery

Hosting

Components

New

Learn

Components

API Reference

Onboarding

Library

/

Theming

/

Theme-panel

The ThemePanel component is a container for the Theme component. It provides a way to change the theme of the application.

rx.theme_panel()

The theme panel is closed by default. You can set it open default_open=True.

rx.theme_panel(default_open=True)

Visual editor for creating and editing themes.

Include as a child component of Theme to use in your app.
PropTypeDescriptionValues
default_openbool

Whether the panel is open. Defaults to False.

Event Triggers

See the full list of default event triggers
← ThemeBlockquote →

Did you find this useful?

HomeGalleryChangelogIntroductionHosting