Home / File/ button-demo.tsx — ui Source File

button-demo.tsx — ui Source File

Architecture documentation for button-demo.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  f74bfca4_9b8c_35a4_91e4_ecf8c85c5268["button-demo.tsx"]
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  f74bfca4_9b8c_35a4_91e4_ecf8c85c5268 --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  style f74bfca4_9b8c_35a4_91e4_ecf8c85c5268 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/registry/new-york/ui/button"

export function ButtonDemo() {
  return <Button>Button</Button>
}

Subdomains

Functions

Dependencies

  • button

Frequently Asked Questions

What does button-demo.tsx do?
button-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in button-demo.tsx?
button-demo.tsx defines 1 function(s): ButtonDemo.
What does button-demo.tsx depend on?
button-demo.tsx imports 1 module(s): button.
Where is button-demo.tsx in the architecture?
button-demo.tsx is located at deprecated/www/registry/new-york/internal/sink/components/button-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/internal/sink/components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free