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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/button-with-icon.tsx lines 5–11

export default function ButtonWithIcon() {
  return (
    <Button variant="outline" size="sm">
      <IconGitBranch /> New Branch
    </Button>
  )
}

Subdomains

Frequently Asked Questions

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