Add comment for theme panel needed for docs (#2508)

* Add comment for theme panel needed for docs

* update pyi

---------

Co-authored-by: Alek Petuskey <alekpetuskey@aleks-mbp.lan>
Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
Alek Petuskey 2024-02-02 09:41:27 -08:00 committed by GitHub
parent 9ce4e85050
commit 02e626465c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,7 @@ class ThemePanel(RadixThemesComponent):
tag = "ThemePanel"
# Whether the panel is open. Defaults to False.
default_open: Var[bool]

View File

@ -705,6 +705,7 @@ class ThemePanel(RadixThemesComponent):
*children: Child components.
color: map to CSS default color property.
color_scheme: map to radix color property.
default_open: Whether the panel is open. Defaults to False.
style: The style of the component.
key: A unique key for the component.
id: The id for the component.