ResizableHorizontal() — ui Function Reference
Architecture documentation for the ResizableHorizontal() function in resizable-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 45207c6f_66d5_b71e_ad35_f75587f20efc["ResizableHorizontal()"] ab89b449_1dd1_3ffd_68b0_f444a9bf3484["resizable-example.tsx"] 45207c6f_66d5_b71e_ad35_f75587f20efc -->|defined in| ab89b449_1dd1_3ffd_68b0_f444a9bf3484 style 45207c6f_66d5_b71e_ad35_f75587f20efc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/resizable-example.tsx lines 28–49
function ResizableHorizontal() {
return (
<Example title="Horizontal">
<ResizablePanelGroup
orientation="horizontal"
className="min-h-[200px] rounded-lg border"
>
<ResizablePanel defaultSize="25%">
<div className="flex h-full items-center justify-center p-6">
<span className="font-semibold">Sidebar</span>
</div>
</ResizablePanel>
<ResizableHandle />
<ResizablePanel defaultSize="75%">
<div className="flex h-full items-center justify-center p-6">
<span className="font-semibold">Content</span>
</div>
</ResizablePanel>
</ResizablePanelGroup>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ResizableHorizontal() do?
ResizableHorizontal() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/resizable-example.tsx.
Where is ResizableHorizontal() defined?
ResizableHorizontal() is defined in apps/v4/registry/bases/radix/examples/resizable-example.tsx at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free