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