button-demo.tsx — ui Source File
Architecture documentation for button-demo.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 568bfc46_2af2_0cd7_1162_f6dd6b9ad75c["button-demo.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 568bfc46_2af2_0cd7_1162_f6dd6b9ad75c --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 57e86e45_ac6e_7278_be08_9092724e8401["button"] 568bfc46_2af2_0cd7_1162_f6dd6b9ad75c --> 57e86e45_ac6e_7278_be08_9092724e8401 style 568bfc46_2af2_0cd7_1162_f6dd6b9ad75c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { ArrowUpIcon } from "lucide-react"
import { Button } from "@/registry/new-york-v4/ui/button"
export default function ButtonDemo() {
return (
<div className="flex flex-wrap items-center gap-2 md:flex-row">
<Button variant="outline">Button</Button>
<Button variant="outline" size="icon" aria-label="Submit">
<ArrowUpIcon />
</Button>
</div>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- lucide-react
Source
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 2 module(s): button, lucide-react.
Where is button-demo.tsx in the architecture?
button-demo.tsx is located at apps/v4/registry/new-york-v4/examples/button-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free