Home / File/ registry-examples.ts — ui Source File

registry-examples.ts — ui Source File

Architecture documentation for registry-examples.ts, a typescript file in the ui codebase. 1 imports, 0 dependents.

File typescript 1 imports

Entity Profile

Dependency Diagram

graph LR
  5b6184fc_f2ee_8490_b4f7_34fe18c4f5f7["registry-examples.ts"]
  ceec689a_1334_a657_3c35_094070222b09["schema"]
  5b6184fc_f2ee_8490_b4f7_34fe18c4f5f7 --> ceec689a_1334_a657_3c35_094070222b09
  style 5b6184fc_f2ee_8490_b4f7_34fe18c4f5f7 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",
// ... (1556 more lines)

Dependencies

  • schema

Frequently Asked Questions

What does registry-examples.ts do?
registry-examples.ts is a source file in the ui codebase, written in typescript.
What does registry-examples.ts depend on?
registry-examples.ts imports 1 module(s): schema.
Where is registry-examples.ts in the architecture?
registry-examples.ts is located at deprecated/www/registry/registry-examples.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