Skip to main content

Variable: ResizablePanel

@arolariu/components


@arolariu/components / ResizablePanel

Variable: ResizablePanel

const ResizablePanel: typeof Panel = 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

// was this page useful?