site-footer.tsx — ui Source File
Architecture documentation for site-footer.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR ecedef37_909f_34d0_b948_d2ca861df4d1["site-footer.tsx"] 109802f5_d07a_09ac_1761_f7055113f24f["site"] ecedef37_909f_34d0_b948_d2ca861df4d1 --> 109802f5_d07a_09ac_1761_f7055113f24f style ecedef37_909f_34d0_b948_d2ca861df4d1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { siteConfig } from "@/config/site"
export function SiteFooter() {
return (
<footer className="border-grid border-t py-6 md:py-0">
<div className="container-wrapper">
<div className="container py-4">
<div className="text-balance text-center text-sm leading-loose text-muted-foreground md:text-left">
Built by{" "}
<a
href={siteConfig.links.twitter}
target="_blank"
rel="noreferrer"
className="font-medium underline underline-offset-4"
>
shadcn
</a>
. The source code is available on{" "}
<a
href={siteConfig.links.github}
target="_blank"
rel="noreferrer"
className="font-medium underline underline-offset-4"
>
GitHub
</a>
.
</div>
</div>
</div>
</footer>
)
}
Domain
Subdomains
Functions
Dependencies
- site
Source
Frequently Asked Questions
What does site-footer.tsx do?
site-footer.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, UIPrimitives subdomain.
What functions are defined in site-footer.tsx?
site-footer.tsx defines 1 function(s): SiteFooter.
What does site-footer.tsx depend on?
site-footer.tsx imports 1 module(s): site.
Where is site-footer.tsx in the architecture?
site-footer.tsx is located at deprecated/www/components/site-footer.tsx (domain: ComponentRegistry, subdomain: UIPrimitives, directory: deprecated/www/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free