pub fn Collapsible<Ch: IntoView + 'static>(
props: CollapsibleProps<Ch>,
) -> impl IntoView
Expand description
§Required Props
- children: [
TypedChildren<Ch>
]
§Optional Props
- header:
Header
- expanded:
impl Into<RwSignal<bool>>
pub fn Collapsible<Ch: IntoView + 'static>(
props: CollapsibleProps<Ch>,
) -> impl IntoView
TypedChildren<Ch>
]Header
impl Into<RwSignal<bool>>