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 6956c456_e246_a16f_f6b6_75953b1ec4ac["ButtonWithIcon()"] 54b5236e_11ec_9ec4_bc35_af559d411706["button-with-icon.tsx"] 6956c456_e246_a16f_f6b6_75953b1ec4ac -->|defined in| 54b5236e_11ec_9ec4_bc35_af559d411706 style 6956c456_e246_a16f_f6b6_75953b1ec4ac fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/default/internal/sink/components/button-with-icon.tsx lines 5–11
export 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/default/internal/sink/components/button-with-icon.tsx.
Where is ButtonWithIcon() defined?
ButtonWithIcon() is defined in deprecated/www/registry/default/internal/sink/components/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