Home / Function/ GitHubLink() — ui Function Reference

GitHubLink() — ui Function Reference

Architecture documentation for the GitHubLink() function in github-link.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  fea47b2a_93e9_170a_18b8_5c2f7452bc26["GitHubLink()"]
  6c5b7866_6251_4799_d639_c6925eb7996d["github-link.tsx"]
  fea47b2a_93e9_170a_18b8_5c2f7452bc26 -->|defined in| 6c5b7866_6251_4799_d639_c6925eb7996d
  style fea47b2a_93e9_170a_18b8_5c2f7452bc26 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/components/github-link.tsx lines 9–20

export function GitHubLink() {
  return (
    <Button asChild size="sm" variant="ghost" className="h-8 shadow-none">
      <Link href={siteConfig.links.github} target="_blank" rel="noreferrer">
        <Icons.gitHub />
        <React.Suspense fallback={<Skeleton className="h-4 w-[42px]" />}>
          <StarsCount />
        </React.Suspense>
      </Link>
    </Button>
  )
}

Subdomains

Frequently Asked Questions

What does GitHubLink() do?
GitHubLink() is a function in the ui codebase, defined in apps/v4/components/github-link.tsx.
Where is GitHubLink() defined?
GitHubLink() is defined in apps/v4/components/github-link.tsx at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free