_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 f7fbf521_0107_557c_aa31_0b61e1b2909d["_registry.ts"] ceec689a_1334_a657_3c35_094070222b09["schema"] f7fbf521_0107_557c_aa31_0b61e1b2909d --> ceec689a_1334_a657_3c35_094070222b09 9ac90965_ea43_20a3_a404_5f8becd2239c["registry.ts"] 9ac90965_ea43_20a3_a404_5f8becd2239c --> f7fbf521_0107_557c_aa31_0b61e1b2909d style f7fbf521_0107_557c_aa31_0b61e1b2909d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { type Registry } from "shadcn/schema"
export const internal: Registry["items"] = [
{
name: "sink",
type: "registry:internal",
files: [
{
path: "internal/sink.tsx",
type: "registry:page",
target: "app/sink/page.tsx",
},
],
registryDependencies: [
"accordion-example",
"alert-dialog-example",
"alert-example",
"aspect-ratio-example",
"avatar-example",
"badge-example",
"breadcrumb-example",
"button-example",
"button-group-example",
"calendar-example",
"card-example",
"carousel-example",
"chart-example",
"checkbox-example",
"collapsible-example",
"combobox-example",
"command-example",
"context-menu-example",
"dialog-example",
"drawer-example",
"dropdown-menu-example",
"empty-example",
"field-example",
"hover-card-example",
"input-example",
"input-group-example",
"input-otp-example",
"item-example",
"kbd-example",
"label-example",
"menubar-example",
"native-select-example",
"navigation-menu-example",
"pagination-example",
"popover-example",
"progress-example",
"radio-group-example",
"resizable-example",
"scroll-area-example",
"select-example",
"separator-example",
"sheet-example",
"skeleton-example",
"slider-example",
"sonner-example",
"spinner-example",
"switch-example",
"table-example",
"tabs-example",
"textarea-example",
"toggle-example",
"toggle-group-example",
"tooltip-example",
],
},
]
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/base/internal/_registry.ts (domain: ComponentRegistry, directory: apps/v4/registry/bases/base/internal).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free