ResizablePanelGroup() — ui Function Reference
Architecture documentation for the ResizablePanelGroup() function in resizable.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 752d442f_cf50_682e_8a80_c8b4d6a57bb6["ResizablePanelGroup()"] 35477bb5_69ee_04d5_7b97_1f0a03255ba1["resizable.tsx"] 752d442f_cf50_682e_8a80_c8b4d6a57bb6 -->|defined in| 35477bb5_69ee_04d5_7b97_1f0a03255ba1 style 752d442f_cf50_682e_8a80_c8b4d6a57bb6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/resizable.tsx lines 7–21
function ResizablePanelGroup({
className,
...props
}: ResizablePrimitive.GroupProps) {
return (
<ResizablePrimitive.Group
data-slot="resizable-panel-group"
className={cn(
"cn-resizable-panel-group flex h-full w-full aria-[orientation=vertical]:flex-col",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ResizablePanelGroup() do?
ResizablePanelGroup() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/resizable.tsx.
Where is ResizablePanelGroup() defined?
ResizablePanelGroup() is defined in apps/v4/registry/bases/radix/ui/resizable.tsx at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free