pub fn CustomAnimatedShow(props: CustomAnimatedShowProps) -> impl IntoViewExpand description
§Required Props
- children:
ChildrenFn- The components Show wraps
- when:
impl Into<Signal<bool>>- If the component should show or not
- hide_delay:
Duration- The timeout after which the component will be unmounted if
when == false
- The timeout after which the component will be unmounted if
§Optional Props
- show_class:
impl Into<String>- Optional CSS class to apply if
when == true
- Optional CSS class to apply if
- hide_class:
impl Into<String>- Optional CSS class to apply if
when == false
- Optional CSS class to apply if
- style:
impl Into<String>- Optional CSS style to apply if
when == true
- Optional CSS style to apply if