Function freya_components::ResizablePanel
source · pub fn ResizablePanel(__props: ResizablePanelProps) -> Element
Expand description
Resizable panel to be used in combination with ResizableContainer and ResizableHandle.
§Props
For details, see the props struct definition.
min_size
:f32
Minimum size in % for this panel. Default to
4
.children
:Element
Inner children for the ResizablePanel.