Home / Function/ ButtonWithIcon() — ui Function Reference

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
  65c48fdd_42cf_eb5a_27bf_124b217d1496["ButtonWithIcon()"]
  80f1e273_0110_a333_1755_194a7206a4cc["button-with-icon.tsx"]
  65c48fdd_42cf_eb5a_27bf_124b217d1496 -->|defined in| 80f1e273_0110_a333_1755_194a7206a4cc
  style 65c48fdd_42cf_eb5a_27bf_124b217d1496 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/internal/sink/components/button-with-icon.tsx lines 5–11

export function ButtonWithIcon() {
  return (
    <Button>
      <MailOpen /> Login with Email
    </Button>
  )
}

Subdomains

Frequently Asked Questions

What does ButtonWithIcon() do?
ButtonWithIcon() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/button-with-icon.tsx.
Where is ButtonWithIcon() defined?
ButtonWithIcon() is defined in deprecated/www/registry/new-york/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