Function LazyCollapsible

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

§Required Props

  • children: [TypedChildrenMut<Ch>]

§Optional Props