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
  85a2835a_b0ef_9ce8_0830_2483a39c36d2["SiteFooter()"]
  5153e210_b8e7_af1b_40d6_6234c28568e3["site-footer.tsx"]
  85a2835a_b0ef_9ce8_0830_2483a39c36d2 -->|defined in| 5153e210_b8e7_af1b_40d6_6234c28568e3
  style 85a2835a_b0ef_9ce8_0830_2483a39c36d2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/components/site-footer.tsx lines 3–42

export function SiteFooter() {
  return (
    <footer className="group-has-[.section-soft]/body:bg-surface/40 3xl:fixed:bg-transparent dark:group-has-[.section-soft]/body:bg-surface/40 group-has-[.docs-nav]/body:pb-20 group-has-[[data-slot=designer]]/body:hidden group-has-[[data-slot=docs]]/body:hidden group-has-[.docs-nav]/body:sm:pb-0 dark:bg-transparent">
      <div className="container-wrapper px-4 xl:px-6">
        <div className="flex h-(--footer-height) items-center justify-between">
          <div className="text-muted-foreground w-full px-1 text-center text-xs leading-loose sm:text-sm">
            Built by{" "}
            <a
              href={siteConfig.links.twitter}
              target="_blank"
              rel="noreferrer"
              className="font-medium underline underline-offset-4"
            >
              shadcn
            </a>{" "}
            at{" "}
            <a
              href="https://vercel.com/new?utm_source=shadcn_site&utm_medium=web&utm_campaign=docs_cta_deploy_now_callout"
              target="_blank"
              rel="noreferrer"
              className="font-medium underline underline-offset-4"
            >
              Vercel
            </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 apps/v4/components/site-footer.tsx.
Where is SiteFooter() defined?
SiteFooter() is defined in apps/v4/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