Home / Function/ GithubBlock() — ui Function Reference

GithubBlock() — ui Function Reference

Architecture documentation for the GithubBlock() function in github.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  fe420fbf_dca4_8c40_461a_8ee83944a6be["GithubBlock()"]
  37b4caef_d1dd_c771_008d_90d0735aa244["github.tsx"]
  fe420fbf_dca4_8c40_461a_8ee83944a6be -->|defined in| 37b4caef_d1dd_c771_008d_90d0735aa244
  style fe420fbf_dca4_8c40_461a_8ee83944a6be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/blocks/github.tsx lines 121–133

export default function GithubBlock() {
  return (
    <ExampleWrapper>
      <CodespacesCard />
      <AssignIssue />
      <Navbar />
      <RepositoryToolbar />
      <Profile />
      <ContributionsActivity />
      <Contributors />
    </ExampleWrapper>
  )
}

Subdomains

Frequently Asked Questions

What does GithubBlock() do?
GithubBlock() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/blocks/github.tsx.
Where is GithubBlock() defined?
GithubBlock() is defined in apps/v4/registry/bases/radix/blocks/github.tsx at line 121.

Analyze Your Own Codebase

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

Try Supermodel Free