Home / Function/ DrawerOverlay() — ui Function Reference

DrawerOverlay() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  cf00d0c0_c855_7899_4de5_c4bfa3c69985["DrawerOverlay()"]
  75f35f47_95df_d9d1_0747_61c26cba5334["drawer.tsx"]
  cf00d0c0_c855_7899_4de5_c4bfa3c69985 -->|defined in| 75f35f47_95df_d9d1_0747_61c26cba5334
  style cf00d0c0_c855_7899_4de5_c4bfa3c69985 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/ui/drawer.tsx lines 28–34

>(({ className, ...props }, ref) => (
  <DrawerPrimitive.Overlay
    ref={ref}
    className={cn("fixed inset-0 z-50 bg-black/80", className)}
    {...props}
  />
))

Subdomains

Frequently Asked Questions

What does DrawerOverlay() do?
DrawerOverlay() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/drawer.tsx.
Where is DrawerOverlay() defined?
DrawerOverlay() is defined in deprecated/www/registry/new-york/ui/drawer.tsx at line 28.

Analyze Your Own Codebase

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

Try Supermodel Free