Drawer() — ui Function Reference
Architecture documentation for the Drawer() function in drawer.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 4225c312_f931_c4ab_b2f6_9d2dd44ea1e3["Drawer()"] 75f35f47_95df_d9d1_0747_61c26cba5334["drawer.tsx"] 4225c312_f931_c4ab_b2f6_9d2dd44ea1e3 -->|defined in| 75f35f47_95df_d9d1_0747_61c26cba5334 style 4225c312_f931_c4ab_b2f6_9d2dd44ea1e3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/drawer.tsx lines 8–16
const Drawer = ({
shouldScaleBackground = true,
...props
}: React.ComponentProps<typeof DrawerPrimitive.Root>) => (
<DrawerPrimitive.Root
shouldScaleBackground={shouldScaleBackground}
{...props}
/>
)
Domain
Subdomains
Source
Frequently Asked Questions
What does Drawer() do?
Drawer() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/drawer.tsx.
Where is Drawer() defined?
Drawer() is defined in deprecated/www/registry/new-york/ui/drawer.tsx at line 8.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free