Waiting for action
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…
Panel with a bottom-right resize handle.
| Prop | Type | Default | Description |
|---|---|---|---|
defaultWidth / defaultHeight | number | 320 / 200 | Initial size. |
minWidth / maxWidth | number | bounds | Clamp width. |
onResize | (size) => void | — | Size change handler. |