Skip to main content

Disclosure

Function Disclosure 

Source
pub fn Disclosure(props: DisclosureProps) -> impl IntoView
Expand description

A collapsible section with a clickable title header that shows or hides its children. Open state is controlled by the optional open signal, otherwise it starts from default_open.

§Required Props

§Optional Props