ResizablePanelGroup() — ui Function Reference
Architecture documentation for the ResizablePanelGroup() function in resizable.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 77b1629c_139d_cee8_8c2b_7d1b6bbd1841["ResizablePanelGroup()"] 0aff8d12_fddb_35b3_4e36_7b2e7d337153["resizable.tsx"] 77b1629c_139d_cee8_8c2b_7d1b6bbd1841 -->|defined in| 0aff8d12_fddb_35b3_4e36_7b2e7d337153 style 77b1629c_139d_cee8_8c2b_7d1b6bbd1841 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/resizable.tsx lines 8–19
const ResizablePanelGroup = ({
className,
...props
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => (
<ResizablePrimitive.PanelGroup
className={cn(
"flex h-full w-full data-[panel-group-direction=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 deprecated/www/registry/new-york/ui/resizable.tsx.
Where is ResizablePanelGroup() defined?
ResizablePanelGroup() is defined in deprecated/www/registry/new-york/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