Skip to main content

DockPanel

Function DockPanel 

Source
pub fn DockPanel(props: DockPanelProps) -> impl IntoView
Expand 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

§Optional Props