Home / Function/ ResizableHandleDemo() — ui Function Reference

ResizableHandleDemo() — ui Function Reference

Architecture documentation for the ResizableHandleDemo() function in resizable-handle.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  793385fa_a306_f03d_7a5f_d413667edfff["ResizableHandleDemo()"]
  6e316b72_ab6b_7083_7edd_2cdcc3411f4c["resizable-handle.tsx"]
  793385fa_a306_f03d_7a5f_d413667edfff -->|defined in| 6e316b72_ab6b_7083_7edd_2cdcc3411f4c
  style 793385fa_a306_f03d_7a5f_d413667edfff fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/internal/sink/components/resizable-handle.tsx lines 7–26

export function ResizableHandleDemo() {
  return (
    <ResizablePanelGroup
      direction="horizontal"
      className="min-h-[200px] max-w-md rounded-lg border md:min-w-[450px]"
    >
      <ResizablePanel defaultSize={25}>
        <div className="flex h-full items-center justify-center p-6">
          <span className="font-semibold">Sidebar</span>
        </div>
      </ResizablePanel>
      <ResizableHandle withHandle />
      <ResizablePanel defaultSize={75}>
        <div className="flex h-full items-center justify-center p-6">
          <span className="font-semibold">Content</span>
        </div>
      </ResizablePanel>
    </ResizablePanelGroup>
  )
}

Subdomains

Frequently Asked Questions

What does ResizableHandleDemo() do?
ResizableHandleDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/resizable-handle.tsx.
Where is ResizableHandleDemo() defined?
ResizableHandleDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/resizable-handle.tsx at line 7.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free