Function Collapsible

Source
pub fn Collapsible<Ch: IntoView + 'static>(
    props: CollapsibleProps<Ch>,
) -> impl IntoView
Expand description

§Required Props

  • children: [TypedChildren<Ch>]

§Optional Props