Variable: ResizablePanel
@arolariu/components / ResizablePanel
Variable: ResizablePanel
constResizablePanel: typeofPanel=ResizablePrimitive.Panel
Defined in: components/ui/resizable.tsx:80
Re-exports the underlying resizable panel primitive for consistent composition.
Remarks
- Third-party wrapper component
- Styling is applied by parent panel group and handles
Example
<ResizablePanel defaultSize="50%">Content</ResizablePanel>
See
- ResizablePanelProps for available props
- react-resizable-panels docs
// was this page useful?