Home / File/ github.tsx — ui Source File

github.tsx — ui Source File

Architecture documentation for github.tsx, a tsx file in the ui codebase. 25 imports, 0 dependents.

File tsx ComponentRegistry UIPrimitives 25 imports 8 functions

Entity Profile

Dependency Diagram

graph LR
  ea47a897_f8a1_c141_0a31_7faa4e84543e["github.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  f56be340_a522_c6f7_dec3_5906873d14c8["example"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> f56be340_a522_c6f7_dec3_5906873d14c8
  33aff0f4_3c33_c7f6_34d2_7728d844b2e2["avatar"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 33aff0f4_3c33_c7f6_34d2_7728d844b2e2
  bf2d636f_6015_e4c1_8092_f8992858a1ae["badge"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> bf2d636f_6015_e4c1_8092_f8992858a1ae
  7328fa0a_98b6_fe77_42fd_0d1582b24604["button"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 7328fa0a_98b6_fe77_42fd_0d1582b24604
  deffd1e6_798d_b7fd_c687_7ccabc947893["card"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> deffd1e6_798d_b7fd_c687_7ccabc947893
  d0febd7f_7a12_3e29_549e_74cdec6501df["checkbox"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> d0febd7f_7a12_3e29_549e_74cdec6501df
  8e406608_85e2_f05c_0c22_e16e2defe135["combobox"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 8e406608_85e2_f05c_0c22_e16e2defe135
  52116b03_5db5_8ab7_55a8_616d3a09f401["command"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 52116b03_5db5_8ab7_55a8_616d3a09f401
  f0887f9c_6d23_33eb_8891_08fcd09c120e["drawer"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> f0887f9c_6d23_33eb_8891_08fcd09c120e
  ac307fe4_34c0_4667_089c_c9e7c15ca708["dropdown-menu"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> ac307fe4_34c0_4667_089c_c9e7c15ca708
  55bab6c5_37fc_a32d_630f_04db6fe6cb43["empty"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 55bab6c5_37fc_a32d_630f_04db6fe6cb43
  8a527dea_9425_3da4_8ceb_ec3058568dc9["field"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 8a527dea_9425_3da4_8ceb_ec3058568dc9
  106d51d9_3961_e810_478c_8a9c54987d20["input"]
  ea47a897_f8a1_c141_0a31_7faa4e84543e --> 106d51d9_3961_e810_478c_8a9c54987d20
  style ea47a897_f8a1_c141_0a31_7faa4e84543e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"

import {
  Example,
  ExampleWrapper,
} from "@/registry/bases/base/components/example"
import {
  Avatar,
  AvatarFallback,
  AvatarImage,
} from "@/registry/bases/base/ui/avatar"
import { Badge } from "@/registry/bases/base/ui/badge"
import { Button } from "@/registry/bases/base/ui/button"
import {
  Card,
  CardAction,
  CardContent,
  CardDescription,
  CardFooter,
  CardHeader,
  CardTitle,
} from "@/registry/bases/base/ui/card"
import { Checkbox } from "@/registry/bases/base/ui/checkbox"
import {
  Combobox,
  ComboboxChip,
  ComboboxChips,
  ComboboxChipsInput,
  ComboboxContent,
  ComboboxEmpty,
  ComboboxItem,
  ComboboxList,
  ComboboxValue,
  useComboboxAnchor,
} from "@/registry/bases/base/ui/combobox"
import {
  Command,
  CommandEmpty,
  CommandGroup,
  CommandInput,
  CommandItem,
  CommandList,
} from "@/registry/bases/base/ui/command"
import {
  Drawer,
  DrawerClose,
  DrawerContent,
  DrawerHeader,
  DrawerTitle,
  DrawerTrigger,
} from "@/registry/bases/base/ui/drawer"
import {
  DropdownMenu,
  DropdownMenuContent,
  DropdownMenuGroup,
  DropdownMenuItem,
  DropdownMenuLabel,
  DropdownMenuSeparator,
// ... (1329 more lines)

Subdomains

Dependencies

  • avatar
  • badge
  • button
  • card
  • checkbox
  • combobox
  • command
  • drawer
  • dropdown-menu
  • empty
  • example
  • field
  • icon-placeholder
  • input
  • input-group
  • item
  • kbd
  • native-select
  • popover
  • react
  • separator
  • spinner
  • tabs
  • textarea
  • tooltip

Frequently Asked Questions

What does github.tsx do?
github.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, UIPrimitives subdomain.
What functions are defined in github.tsx?
github.tsx defines 8 function(s): AssignIssue, CodespacesCard, ContributionsActivity, Contributors, GithubBlock, Navbar, Profile, RepositoryToolbar.
What does github.tsx depend on?
github.tsx imports 25 module(s): avatar, badge, button, card, checkbox, combobox, command, drawer, and 17 more.
Where is github.tsx in the architecture?
github.tsx is located at apps/v4/registry/bases/base/blocks/github.tsx (domain: ComponentRegistry, subdomain: UIPrimitives, directory: apps/v4/registry/bases/base/blocks).

Analyze Your Own Codebase

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

Try Supermodel Free