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
  86377b60_cbdb_ecc2_45bf_b9b3bd3d3b0a["ResizablePanelGroup()"]
  0fab01db_aa54_7fda_50b9_fc6d41abb341["resizable.tsx"]
  86377b60_cbdb_ecc2_45bf_b9b3bd3d3b0a -->|defined in| 0fab01db_aa54_7fda_50b9_fc6d41abb341
  style 86377b60_cbdb_ecc2_45bf_b9b3bd3d3b0a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/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/radix/ui-rtl/resizable.tsx.
Where is ResizablePanelGroup() defined?
ResizablePanelGroup() is defined in apps/v4/examples/radix/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