pub fn Panel(props: PanelProps) -> impl IntoViewExpand description
A framed section, typically for editor sidebars. A non-empty title renders
a header above the children, which fill the panel body.
§Required Props
- children:
Children
§Optional Props
- title:
impl Into<String> - class:
impl Into<String>