ButtonWithIcon() — ui Function Reference
Architecture documentation for the ButtonWithIcon() function in button-with-icon.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD f4cd5ec7_055b_612e_4293_5f2ea8e7c60b["ButtonWithIcon()"] 56e20e96_d2da_3047_6783_3d5863ece820["button-with-icon.tsx"] f4cd5ec7_055b_612e_4293_5f2ea8e7c60b -->|defined in| 56e20e96_d2da_3047_6783_3d5863ece820 style f4cd5ec7_055b_612e_4293_5f2ea8e7c60b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/default/examples/button-with-icon.tsx lines 5–11
export default function ButtonWithIcon() {
return (
<Button>
<Mail /> Login with Email
</Button>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ButtonWithIcon() do?
ButtonWithIcon() is a function in the ui codebase, defined in deprecated/www/registry/default/examples/button-with-icon.tsx.
Where is ButtonWithIcon() defined?
ButtonWithIcon() is defined in deprecated/www/registry/default/examples/button-with-icon.tsx at line 5.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free