github.tsx — ui Source File
Architecture documentation for github.tsx, a tsx file in the ui codebase. 25 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 37b4caef_d1dd_c771_008d_90d0735aa244["github.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 8e406608_85e2_f05c_0c22_e16e2defe135["combobox"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 8e406608_85e2_f05c_0c22_e16e2defe135 da02b53a_0c1d_d1a1_af31_74d99f1cdd7a["example"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> da02b53a_0c1d_d1a1_af31_74d99f1cdd7a c189c3c0_a1b8_4ad9_527c_a5af15f8c93a["avatar"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> c189c3c0_a1b8_4ad9_527c_a5af15f8c93a 452eda35_d2bf_4302_cb12_371f9f01e11b["badge"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 452eda35_d2bf_4302_cb12_371f9f01e11b 381135fe_5f7a_910a_b8a2_691e9756a016["button"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 381135fe_5f7a_910a_b8a2_691e9756a016 11818bc0_4ad2_fa77_9175_f5c44c22af5e["card"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 11818bc0_4ad2_fa77_9175_f5c44c22af5e 8b64d6be_c781_e1ef_267f_df08225927fd["checkbox"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 8b64d6be_c781_e1ef_267f_df08225927fd cfa53265_167a_8d16_7060_57e9d7a3d701["command"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> cfa53265_167a_8d16_7060_57e9d7a3d701 e589c0b6_43e2_6bcc_6171_72950ae9ee68["drawer"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> e589c0b6_43e2_6bcc_6171_72950ae9ee68 8001cb6e_41cc_4789_e2c4_6c9b6b1cc0bb["dropdown-menu"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 8001cb6e_41cc_4789_e2c4_6c9b6b1cc0bb 60e5614f_5f22_4214_bc6f_532cdf848a85["empty"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> 60e5614f_5f22_4214_bc6f_532cdf848a85 e2659e08_4bcd_4a08_ab57_ce3a18c3b284["field"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> e2659e08_4bcd_4a08_ab57_ce3a18c3b284 dc919c5d_820f_f2af_7ccd_a07763a51161["input"] 37b4caef_d1dd_c771_008d_90d0735aa244 --> dc919c5d_820f_f2af_7ccd_a07763a51161 style 37b4caef_d1dd_c771_008d_90d0735aa244 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
Combobox,
ComboboxChip,
ComboboxChips,
ComboboxChipsInput,
ComboboxContent,
ComboboxEmpty,
ComboboxItem,
ComboboxList,
ComboboxValue,
useComboboxAnchor,
} from "@/registry/bases/base/ui/combobox"
import {
Example,
ExampleWrapper,
} from "@/registry/bases/radix/components/example"
import {
Avatar,
AvatarFallback,
AvatarImage,
} from "@/registry/bases/radix/ui/avatar"
import { Badge } from "@/registry/bases/radix/ui/badge"
import { Button } from "@/registry/bases/radix/ui/button"
import {
Card,
CardAction,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from "@/registry/bases/radix/ui/card"
import { Checkbox } from "@/registry/bases/radix/ui/checkbox"
import {
Command,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandList,
} from "@/registry/bases/radix/ui/command"
import {
Drawer,
DrawerClose,
DrawerContent,
DrawerHeader,
DrawerTitle,
DrawerTrigger,
} from "@/registry/bases/radix/ui/drawer"
import {
DropdownMenu,
DropdownMenuContent,
DropdownMenuGroup,
DropdownMenuItem,
DropdownMenuLabel,
DropdownMenuSeparator,
// ... (1337 more lines)
Domain
Subdomains
Functions
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
Source
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, ChartRegistry 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/radix/blocks/github.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/bases/radix/blocks).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free