_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 70f451a0_d1aa_ec28_188f_06efa1de27e4["_registry.ts"] ceec689a_1334_a657_3c35_094070222b09["schema"] 70f451a0_d1aa_ec28_188f_06efa1de27e4 --> ceec689a_1334_a657_3c35_094070222b09 ba3b9605_5e73_3132_6a44_41f20f15f898["registry.ts"] ba3b9605_5e73_3132_6a44_41f20f15f898 --> 70f451a0_d1aa_ec28_188f_06efa1de27e4 style 70f451a0_d1aa_ec28_188f_06efa1de27e4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { type Registry } from "shadcn/schema"
export const examples: Registry["items"] = [
{
name: "accordion-demo",
type: "registry:example",
registryDependencies: ["accordion"],
files: [
{
path: "examples/accordion-demo.tsx",
type: "registry:example",
},
],
},
{
name: "alert-demo",
type: "registry:example",
registryDependencies: ["alert"],
files: [
{
path: "examples/alert-demo.tsx",
type: "registry:example",
},
],
},
{
name: "alert-destructive",
type: "registry:example",
registryDependencies: ["alert"],
files: [
{
path: "examples/alert-destructive.tsx",
type: "registry:example",
},
],
},
{
name: "alert-dialog-demo",
type: "registry:example",
registryDependencies: ["alert-dialog", "button"],
files: [
{
path: "examples/alert-dialog-demo.tsx",
type: "registry:example",
},
],
},
{
name: "aspect-ratio-demo",
type: "registry:example",
registryDependencies: ["aspect-ratio"],
files: [
{
path: "examples/aspect-ratio-demo.tsx",
type: "registry:example",
},
],
},
{
name: "avatar-demo",
// ... (2551 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/new-york-v4/examples/_registry.ts (domain: ComponentRegistry, directory: apps/v4/registry/new-york-v4/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free