pub fn Content(props: ContentProps) -> 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