pub fn ThemeProvider(props: ThemeProviderProps) -> impl IntoView
Provides the active-theme signal and theme registry to children, injects the registered themes’ CSS, and keeps the document’s data-theme in sync with the active theme. Wrap your app in this to enable theming.
children
data-theme
Children