pub fn DockPanel(props: DockPanelProps) -> impl IntoViewExpand description
An edge panel with a draggable handle. size holds its pixel extent along the
layout axis and is updated as the handle is dragged, clamped between min and
max; side picks the edge and drag direction. With collapsible set it
shows a toggle in its header that drives the collapsed signal.
§Required Props
- size:
RwSignal<f64> - children:
ChildrenFn
§Optional Props
- title:
impl Into<String> - side:
DockSide - min:
f64 - max:
f64 - collapsible:
bool - collapsed:
RwSignal<bool>