PanelResizer
A resize handle to place between panels.
Name | Type | Description |
---|---|---|
disabled | boolean | undefined; | If the handle is disabled |
size | `${number}px` | undefined; | |
onDragStart | (() => void) | undefined | Called when the user starts dragging the handle |
onDrag | (() => void) | undefined | Called when the user drags the handle |
onDragEnd | (() => void) | undefined | Called when the user stops dragging the handle |