ResizablePanelGroup() — ui Function Reference
Architecture documentation for the ResizablePanelGroup() function in resizable.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b4495894_e8bb_4485_af47_5557f38f885b["ResizablePanelGroup()"] 5492698b_84c9_b3d0_2c3c_47ef73ae7d52["resizable.tsx"] b4495894_e8bb_4485_af47_5557f38f885b -->|defined in| 5492698b_84c9_b3d0_2c3c_47ef73ae7d52 style b4495894_e8bb_4485_af47_5557f38f885b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/resizable.tsx lines 8–22
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}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ResizablePanelGroup() do?
ResizablePanelGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/resizable.tsx.
Where is ResizablePanelGroup() defined?
ResizablePanelGroup() is defined in apps/v4/registry/new-york-v4/ui/resizable.tsx at line 8.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free