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
  40fd0285_6ae9_cbe2_171f_e87566a674c6["DrawerFooter()"]
  0b3a4d66_8f91_4b0d_4660_ad4a893ab531["drawer.tsx"]
  40fd0285_6ae9_cbe2_171f_e87566a674c6 -->|defined in| 0b3a4d66_8f91_4b0d_4660_ad4a893ab531
  style 40fd0285_6ae9_cbe2_171f_e87566a674c6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/ui/drawer.tsx lines 78–86

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

Subdomains

Frequently Asked Questions

What does DrawerFooter() do?
DrawerFooter() is a function in the ui codebase, defined in apps/v4/registry/bases/base/ui/drawer.tsx.
Where is DrawerFooter() defined?
DrawerFooter() is defined in apps/v4/registry/bases/base/ui/drawer.tsx at line 78.

Analyze Your Own Codebase

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

Try Supermodel Free