Home / Function/ DrawerFooter() — ui Function Reference

DrawerFooter() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/drawer.tsx lines 88–96

function DrawerFooter({ className, ...props }: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="drawer-footer"
      className={cn("mt-auto flex flex-col gap-2 p-4", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free