Function freya::prelude::ResizablePanel
pub fn ResizablePanel(__props: ResizablePanelProps) -> Option<VNode>Expand description
Resizable panel to be used in combination with ResizableContainer and ResizableHandle.
ยงProps
For details, see the props struct definition.
min_size:f32Minimum size in % for this panel. Default to
4.children:ElementInner children for the ResizablePanel.