Home / Function/ SheetFooter() — ui Function Reference

SheetFooter() — ui Function Reference

Architecture documentation for the SheetFooter() function in sheet.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  d920f0f5_8e47_2634_ba55_f5fc7453b4a8["SheetFooter()"]
  b1de0a06_ea6f_22d2_9b3d_1cd4c0b3438e["sheet.tsx"]
  d920f0f5_8e47_2634_ba55_f5fc7453b4a8 -->|defined in| b1de0a06_ea6f_22d2_9b3d_1cd4c0b3438e
  style d920f0f5_8e47_2634_ba55_f5fc7453b4a8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/sheet.tsx lines 98–106

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

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free