pub fn MenuContent(props: MenuContentProps) -> impl IntoView
Expand description
§Required Props
- children:
ChildrenFn
§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
- 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
- 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