Home / Function/ ResizablePanelGroup() — ui Function Reference

ResizablePanelGroup() — ui Function Reference

Architecture documentation for the ResizablePanelGroup() function in resizable.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  05566aed_4ef5_0dc2_a521_d0c6b7995b2f["ResizablePanelGroup()"]
  a71a167b_2aa1_d610_65c4_d4c499acb6f0["resizable.tsx"]
  05566aed_4ef5_0dc2_a521_d0c6b7995b2f -->|defined in| a71a167b_2aa1_d610_65c4_d4c499acb6f0
  style 05566aed_4ef5_0dc2_a521_d0c6b7995b2f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/ui-rtl/resizable.tsx lines 6–20

function ResizablePanelGroup({
  className,
  ...props
}: ResizablePrimitive.GroupProps) {
  return (
    <ResizablePrimitive.Group
      data-slot="resizable-panel-group"
      className={cn(
        "flex h-full w-full aria-[orientation=vertical]:flex-col",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does ResizablePanelGroup() do?
ResizablePanelGroup() is a function in the ui codebase, defined in apps/v4/examples/base/ui-rtl/resizable.tsx.
Where is ResizablePanelGroup() defined?
ResizablePanelGroup() is defined in apps/v4/examples/base/ui-rtl/resizable.tsx at line 6.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free