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 deb081bc_043f_aff9_1788_a1343287039d["ButtonWithIcon()"] ea05218b_4c3a_461a_699b_2a1b5c8b9241["button-with-icon.tsx"] deb081bc_043f_aff9_1788_a1343287039d -->|defined in| ea05218b_4c3a_461a_699b_2a1b5c8b9241 style deb081bc_043f_aff9_1788_a1343287039d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/examples/button-with-icon.tsx lines 5–11
export default function ButtonWithIcon() {
return (
<Button>
<MailOpen /> 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/new-york/examples/button-with-icon.tsx.
Where is ButtonWithIcon() defined?
ButtonWithIcon() is defined in deprecated/www/registry/new-york/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