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
  571f8941_e8cd_c697_6f00_eea84e507e70["DrawerFooter()"]
  8b9e9a98_d277_e3c5_72b5_2befe045f342["drawer.tsx"]
  571f8941_e8cd_c697_6f00_eea84e507e70 -->|defined in| 8b9e9a98_d277_e3c5_72b5_2befe045f342
  style 571f8941_e8cd_c697_6f00_eea84e507e70 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/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/radix/ui/drawer.tsx.
Where is DrawerFooter() defined?
DrawerFooter() is defined in apps/v4/registry/bases/radix/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