Home / Function/ DrawerClose() — ui Function Reference

DrawerClose() — ui Function Reference

Architecture documentation for the DrawerClose() function in drawer.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  b8cb7634_22e6_e16b_ec2d_f426d78a0c1e["DrawerClose()"]
  65dddf82_0992_932d_abd9_4edb4ea4a696["drawer.tsx"]
  b8cb7634_22e6_e16b_ec2d_f426d78a0c1e -->|defined in| 65dddf82_0992_932d_abd9_4edb4ea4a696
  style b8cb7634_22e6_e16b_ec2d_f426d78a0c1e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/drawer.tsx lines 26–30

function DrawerClose({
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Close>) {
  return <DrawerPrimitive.Close data-slot="drawer-close" {...props} />
}

Subdomains

Frequently Asked Questions

What does DrawerClose() do?
DrawerClose() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/drawer.tsx.
Where is DrawerClose() defined?
DrawerClose() is defined in apps/v4/registry/new-york-v4/ui/drawer.tsx at line 26.

Analyze Your Own Codebase

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

Try Supermodel Free