Home / File/ site-footer.tsx — ui Source File

site-footer.tsx — ui Source File

Architecture documentation for site-footer.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx Internationalization Dictionary 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  5153e210_b8e7_af1b_40d6_6234c28568e3["site-footer.tsx"]
  8964a549_2e67_58d7_11c7_c9265d5c7971["config"]
  5153e210_b8e7_af1b_40d6_6234c28568e3 --> 8964a549_2e67_58d7_11c7_c9265d5c7971
  style 5153e210_b8e7_af1b_40d6_6234c28568e3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { siteConfig } from "@/lib/config"

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

Functions

Dependencies

  • config

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 Internationalization domain, Dictionary 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): config.
Where is site-footer.tsx in the architecture?
site-footer.tsx is located at apps/v4/components/site-footer.tsx (domain: Internationalization, subdomain: Dictionary, directory: apps/v4/components).

Analyze Your Own Codebase

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

Try Supermodel Free