Function freya::prelude::ResizablePanel
source · 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.