pub fn ConfigProvider(props: ConfigProviderProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - theme:
impl Into<RwSignal<Theme>>- Sets the theme used in a scope.
- theme_id:
impl Into<String>- Theme id
- dir:
impl Into<RwSignal<ConfigDirection>>- Sets the direction of text & generated styles.