_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 88c6b70b_d5e6_8989_a44f_346337d9fbbc["_registry.ts"] ceec689a_1334_a657_3c35_094070222b09["schema"] 88c6b70b_d5e6_8989_a44f_346337d9fbbc --> ceec689a_1334_a657_3c35_094070222b09 12adcf8a_e27b_4bc3_5efc_cac4dcb51052["registry.ts"] 12adcf8a_e27b_4bc3_5efc_cac4dcb51052 --> 88c6b70b_d5e6_8989_a44f_346337d9fbbc style 88c6b70b_d5e6_8989_a44f_346337d9fbbc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { type Registry } from "shadcn/schema"
export const examples: Registry["items"] = [
{
name: "accordion-example",
title: "Accordion",
type: "registry:example",
registryDependencies: ["accordion", "button", "card", "example"],
files: [
{
path: "examples/accordion-example.tsx",
type: "registry:example",
},
],
},
{
name: "alert-example",
title: "Alert",
type: "registry:example",
registryDependencies: ["alert", "badge", "button", "example"],
files: [
{
path: "examples/alert-example.tsx",
type: "registry:example",
},
],
},
{
name: "alert-dialog-example",
title: "Alert Dialog",
type: "registry:example",
registryDependencies: ["alert-dialog", "button", "dialog", "example"],
files: [
{
path: "examples/alert-dialog-example.tsx",
type: "registry:example",
},
],
},
{
name: "aspect-ratio-example",
title: "Aspect Ratio",
type: "registry:example",
registryDependencies: ["aspect-ratio", "example"],
files: [
{
path: "examples/aspect-ratio-example.tsx",
type: "registry:example",
},
],
},
{
name: "avatar-example",
title: "Avatar",
type: "registry:example",
registryDependencies: ["avatar", "button", "empty", "example"],
files: [
{
path: "examples/avatar-example.tsx",
type: "registry:example",
// ... (822 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/examples/_registry.ts (domain: ComponentRegistry, 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