MenuContent

Function MenuContent 

Source
pub fn MenuContent(props: MenuContentProps) -> impl IntoView
Expand description

§Required Props

§Optional Props

  • class: impl Into<String>
    • Optional CSS class to apply to both show and hide classes
  • show_class: impl Into<String>
    • Optional CSS class to apply if when == true
  • hide_class: impl Into<String>
    • Optional CSS class to apply if when == false
  • hide_delay: Duration
    • The timeout after which the component will be unmounted if when == false