reflex/reflex/components/radix/themes/__init__.py
2023-12-06 16:47:03 -08:00

9 lines
237 B
Python

"""Namespace for components provided by the @radix-ui/themes library."""
from .base import Theme, ThemePanel
from .components import *
from .layout import *
from .typography import *
theme = Theme.create
theme_panel = ThemePanel.create