Panel with drag-to-resize handle for adjustable layouts.
Drag the edge handle to resize the panel.
<script>
import { ResizablePanel } from "jatui"
</script>
<ResizablePanel />| Prop | Type | Default | Description |
|---|---|---|---|
width | number | 320 | Panel width |
minWidth | number | 280 | Minimum width |
maxWidth | number | 800 | Maximum width |
position | "left" | "right" | "right" | Panel position |
enableResize | boolean | true | Allow resizing |