Resizable
Draggable split panes for resizable layouts.
Import
tsx
import { ResizablePanelGroup, ResizablePanel, ResizableHandle } from "@cronus-ui/ui";
bash
npx cronus-ui add resizable
Examples
API Reference
Generated from the component's exported types.
ResizableHandleProps
Extends ComponentProps<typeof ResizablePrimitiveHandle>
| Prop | Type | Default | Description |
|---|---|---|---|
withHandle | boolean | false | Render a centered grip affordance on the divider. Defaults to `false`. |