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
  c03c0c88_16fa_3a2d_dd03_5190917114e0["button-demo.tsx"]
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  c03c0c88_16fa_3a2d_dd03_5190917114e0 --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  style c03c0c88_16fa_3a2d_dd03_5190917114e0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

export default 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/examples/button-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/examples).

Analyze Your Own Codebase

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

Try Supermodel Free