component-example.tsx — ui Source File
Architecture documentation for component-example.tsx, a tsx file in the ui codebase. 13 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 828791ac_ec7d_f6cf_cc03_8779cd1d64b4["component-example.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 da02b53a_0c1d_d1a1_af31_74d99f1cdd7a["example"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> da02b53a_0c1d_d1a1_af31_74d99f1cdd7a bfc430ce_d159_e9be_2c86_c916a11f886d["alert-dialog"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> bfc430ce_d159_e9be_2c86_c916a11f886d 452eda35_d2bf_4302_cb12_371f9f01e11b["badge"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> 452eda35_d2bf_4302_cb12_371f9f01e11b 381135fe_5f7a_910a_b8a2_691e9756a016["button"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> 381135fe_5f7a_910a_b8a2_691e9756a016 11818bc0_4ad2_fa77_9175_f5c44c22af5e["card"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> 11818bc0_4ad2_fa77_9175_f5c44c22af5e d59eb10c_33ad_0a59_4cd2_d4215ade8407["combobox"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> d59eb10c_33ad_0a59_4cd2_d4215ade8407 8001cb6e_41cc_4789_e2c4_6c9b6b1cc0bb["dropdown-menu"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> 8001cb6e_41cc_4789_e2c4_6c9b6b1cc0bb e2659e08_4bcd_4a08_ab57_ce3a18c3b284["field"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> e2659e08_4bcd_4a08_ab57_ce3a18c3b284 dc919c5d_820f_f2af_7ccd_a07763a51161["input"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> dc919c5d_820f_f2af_7ccd_a07763a51161 dc7313e5_5b91_c49c_91e3_4429cae5628a["select"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> dc7313e5_5b91_c49c_91e3_4429cae5628a 00ef2588_30dc_d13b_692f_0ddd7c373f64["textarea"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> 00ef2588_30dc_d13b_692f_0ddd7c373f64 de6fac54_74ca_6c25_8f8b_d1ba3287dbf2["icon-placeholder"] 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 --> de6fac54_74ca_6c25_8f8b_d1ba3287dbf2 style 828791ac_ec7d_f6cf_cc03_8779cd1d64b4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
Example,
ExampleWrapper,
} from "@/registry/bases/radix/components/example"
import {
AlertDialog,
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogDescription,
AlertDialogFooter,
AlertDialogHeader,
AlertDialogMedia,
AlertDialogTitle,
AlertDialogTrigger,
} from "@/registry/bases/radix/ui/alert-dialog"
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 {
Combobox,
ComboboxContent,
ComboboxEmpty,
ComboboxInput,
ComboboxItem,
ComboboxList,
} from "@/registry/bases/radix/ui/combobox"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
DropdownMenuContent,
DropdownMenuGroup,
DropdownMenuItem,
DropdownMenuLabel,
DropdownMenuPortal,
DropdownMenuRadioGroup,
DropdownMenuRadioItem,
DropdownMenuSeparator,
DropdownMenuShortcut,
DropdownMenuSub,
DropdownMenuSubContent,
DropdownMenuSubTrigger,
DropdownMenuTrigger,
} from "@/registry/bases/radix/ui/dropdown-menu"
import { Field, FieldGroup, FieldLabel } from "@/registry/bases/radix/ui/field"
import { Input } from "@/registry/bases/radix/ui/input"
import {
Select,
// ... (598 more lines)
Domain
Subdomains
Dependencies
- alert-dialog
- badge
- button
- card
- combobox
- dropdown-menu
- example
- field
- icon-placeholder
- input
- react
- select
- textarea
Source
Frequently Asked Questions
What does component-example.tsx do?
component-example.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 component-example.tsx?
component-example.tsx defines 3 function(s): CardExample, ComponentExample, FormExample.
What does component-example.tsx depend on?
component-example.tsx imports 13 module(s): alert-dialog, badge, button, card, combobox, dropdown-menu, example, field, and 5 more.
Where is component-example.tsx in the architecture?
component-example.tsx is located at apps/v4/registry/bases/radix/examples/component-example.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/bases/radix/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free