CustomAnimatedShow

Function CustomAnimatedShow 

Source
pub fn CustomAnimatedShow(props: CustomAnimatedShowProps) -> impl IntoView
Expand 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

§Optional Props