Draggable divider for creating resizable panel layouts.
Drag the divider bar to resize the panels.
<script>
import { ResizableDivider } from "jatui"
</script>
<ResizableDivider />| Prop | Type | Default | Description |
|---|---|---|---|
onResize | (deltaY: number) => void | - | Resize callback with pixel delta |
isCollapsed | boolean | false | Whether panel is collapsed |
collapsedDirection | "top" | "bottom" | null | null | Collapse direction |