pub fn ThemeProvider(props: ThemeProviderProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- mode:
impl Into<MaybeProp<String>>-
Set the initial light/dark mode behavior. Defaults to
auto/Mode::Auto.Accepted values:
auto|dark|lightor aMode
-
- theme:
impl Into<MaybeProp<Theme::Theme>>- Set the initial Theme.