PaneResizer
A draggable handle between two panes that allows the user to resize them.
The PaneResizer
component is used to create a draggable handle between two panes that allows the user to resize them.
Usage
API Reference
Props
disabled
type: boolean
Whether the resize handle is disabled.
default: false
onDraggingChange
type: (isDragging: boolean) => void
A callback that is called when the resize handle's dragging state changes.
tabIndex
type: number
The tabIndex of the resize handle.
ref
type: HTMLElement | null
The underlying DOM element of the resize handle. You can bind
to this prop to get a reference to the element.
Data Attributes
The following data attributes are available for the PaneResizer
component: