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