Resizable
Resizable panel groups and layouts.
Import
Usage
ResizablePanelGroup Props
| Attribute | Type | Default | Description |
|---|---|---|---|
| direction | 'horizontal' | 'vertical' | 'horizontal' | The direction of the panel group. |
| className | string | - | Additional CSS classes for styling. |
ResizablePanel Props
| Attribute | Type | Default | Description |
|---|---|---|---|
| defaultSize | number | - | The default size of the panel as a percentage. |
| minSize | number | - | The minimum size of the panel as a percentage. |
| maxSize | number | - | The maximum size of the panel as a percentage. |
| className | string | - | Additional CSS classes for styling. |
ResizableHandle Props
| Attribute | Type | Default | Description |
|---|---|---|---|
| withHandle | boolean | false | Whether to show a visible drag handle. |
| className | string | - | Additional CSS classes for styling. |

