registry-internal.ts — ui Source File
Architecture documentation for registry-internal.ts, a typescript file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 2111bdf0_a5c2_d749_548e_38134b2415d6["registry-internal.ts"] ceec689a_1334_a657_3c35_094070222b09["schema"] 2111bdf0_a5c2_d749_548e_38134b2415d6 --> ceec689a_1334_a657_3c35_094070222b09 style 2111bdf0_a5c2_d749_548e_38134b2415d6 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",
registryDependencies: [
// registry:ui
"accordion",
"alert",
"alert-dialog",
"aspect-ratio",
"avatar",
"badge",
"breadcrumb",
"button",
"calendar",
"card",
"carousel",
"chart",
"checkbox",
"collapsible",
"command",
"context-menu",
"dialog",
"drawer",
"dropdown-menu",
// "form",
"hover-card",
"input",
"input-otp",
"label",
"menubar",
"navigation-menu",
"pagination",
"popover",
"progress",
"radio-group",
"resizable",
"scroll-area",
"select",
"separator",
"sheet",
"sidebar",
"skeleton",
"slider",
"sonner",
"switch",
"table",
"tabs",
"textarea",
"toast",
"toggle",
"toggle-group",
"tooltip",
],
files: [
{
path: "internal/sink/page.tsx",
type: "registry:page",
// ... (642 more lines)
Dependencies
- schema
Source
Frequently Asked Questions
What does registry-internal.ts do?
registry-internal.ts is a source file in the ui codebase, written in typescript.
What does registry-internal.ts depend on?
registry-internal.ts imports 1 module(s): schema.
Where is registry-internal.ts in the architecture?
registry-internal.ts is located at deprecated/www/registry/registry-internal.ts (directory: deprecated/www/registry).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free