button-icon.tsx — ui Source File
Architecture documentation for button-icon.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR ec2ec73b_e5a3_cd25_316d_ee087079087d["button-icon.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] ec2ec73b_e5a3_cd25_316d_ee087079087d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"] ec2ec73b_e5a3_cd25_316d_ee087079087d --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939 style ec2ec73b_e5a3_cd25_316d_ee087079087d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { ChevronRight } from "lucide-react"
import { Button } from "@/registry/new-york/ui/button"
export function ButtonIcon() {
return (
<Button variant="outline" size="icon">
<ChevronRight />
</Button>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- lucide-react
Source
Frequently Asked Questions
What does button-icon.tsx do?
button-icon.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-icon.tsx?
button-icon.tsx defines 1 function(s): ButtonIcon.
What does button-icon.tsx depend on?
button-icon.tsx imports 2 module(s): button, lucide-react.
Where is button-icon.tsx in the architecture?
button-icon.tsx is located at deprecated/www/registry/new-york/internal/sink/components/button-icon.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