Home / Function/ SiteFooter() — ui Function Reference

SiteFooter() — ui Function Reference

Architecture documentation for the SiteFooter() function in site-footer.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  6bbca60c_71ec_1639_60ad_b50b3782d271["SiteFooter()"]
  ecedef37_909f_34d0_b948_d2ca861df4d1["site-footer.tsx"]
  6bbca60c_71ec_1639_60ad_b50b3782d271 -->|defined in| ecedef37_909f_34d0_b948_d2ca861df4d1
  style 6bbca60c_71ec_1639_60ad_b50b3782d271 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/components/site-footer.tsx lines 3–33

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>
  )
}

Subdomains

Frequently Asked Questions

What does SiteFooter() do?
SiteFooter() is a function in the ui codebase, defined in deprecated/www/components/site-footer.tsx.
Where is SiteFooter() defined?
SiteFooter() is defined in deprecated/www/components/site-footer.tsx at line 3.

Analyze Your Own Codebase

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

Try Supermodel Free