_registry.ts — ui Source File
Architecture documentation for _registry.ts, a typescript file in the ui codebase. 1 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 8a2b2eee_06b8_7032_c1a3_27817c6fd43d["_registry.ts"] ceec689a_1334_a657_3c35_094070222b09["schema"] 8a2b2eee_06b8_7032_c1a3_27817c6fd43d --> ceec689a_1334_a657_3c35_094070222b09 12adcf8a_e27b_4bc3_5efc_cac4dcb51052["registry.ts"] 12adcf8a_e27b_4bc3_5efc_cac4dcb51052 --> 8a2b2eee_06b8_7032_c1a3_27817c6fd43d style 8a2b2eee_06b8_7032_c1a3_27817c6fd43d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { type Registry } from "shadcn/schema"
export const ui: Registry["items"] = [
{
name: "accordion",
type: "registry:ui",
files: [
{
path: "ui/accordion.tsx",
type: "registry:ui",
},
],
},
{
name: "alert",
type: "registry:ui",
files: [
{
path: "ui/alert.tsx",
type: "registry:ui",
},
],
},
{
name: "alert-dialog",
type: "registry:ui",
registryDependencies: ["button"],
files: [
{
path: "ui/alert-dialog.tsx",
type: "registry:ui",
},
],
},
{
name: "aspect-ratio",
type: "registry:ui",
files: [
{
path: "ui/aspect-ratio.tsx",
type: "registry:ui",
},
],
},
{
name: "avatar",
type: "registry:ui",
files: [
{
path: "ui/avatar.tsx",
type: "registry:ui",
},
],
},
{
name: "badge",
type: "registry:ui",
files: [
{
path: "ui/badge.tsx",
// ... (546 more lines)
Domain
Dependencies
- schema
Imported By
Source
Frequently Asked Questions
What does _registry.ts do?
_registry.ts is a source file in the ui codebase, written in typescript. It belongs to the ComponentRegistry domain.
What does _registry.ts depend on?
_registry.ts imports 1 module(s): schema.
What files import _registry.ts?
_registry.ts is imported by 1 file(s): registry.ts.
Where is _registry.ts in the architecture?
_registry.ts is located at apps/v4/registry/bases/radix/ui/_registry.ts (domain: ComponentRegistry, directory: apps/v4/registry/bases/radix/ui).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free