pub fn ResizeHandle(props: ResizeHandleProps) -> impl IntoViewExpand description
A draggable divider that writes the pointer’s movement along axis into the
value signal, clamped to min/max (defaults 120.0/2000.0). Set
invert to reverse the drag direction (for panels anchored to the right or
bottom).
§Required Props
- value:
RwSignal<f64> - axis:
ResizeAxis