ResizablePanelGroup
Source: client/lib/theme/vueda-tailwind/shell/index.js
The flex container for resizable panels. It switches from row to column layout when the panel group orientation is vertical.
Vue component: ResizablePanelGroup
| Slot | Default classes | Description |
|---|---|---|
| root | flex h-full w-full data-[orientation=vertical]:flex-col | The flex container for resizable panels. It switches from row to column layout when the panel group orientation is vertical. |
root
The flex container for resizable panels. It switches from row to column layout when the panel group orientation is vertical.
Default classes:
flex h-full w-full data-[orientation=vertical]:flex-col
Source: client/lib/theme/vueda-tailwind/shell/ResizablePanelGroup.theme.js:18