Home / Function/ ButtonIcon() — ui Function Reference

ButtonIcon() — ui Function Reference

Architecture documentation for the ButtonIcon() function in button-icon.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  29fa7bab_0e76_09d2_ca80_52d5bbec5b76["ButtonIcon()"]
  39aecb3a_89ad_e0aa_35de_a2246b86d2fe["button-icon.tsx"]
  29fa7bab_0e76_09d2_ca80_52d5bbec5b76 -->|defined in| 39aecb3a_89ad_e0aa_35de_a2246b86d2fe
  style 29fa7bab_0e76_09d2_ca80_52d5bbec5b76 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

export default function ButtonIcon() {
  return (
    <Button variant="outline" size="icon">
      <CircleFadingArrowUpIcon />
    </Button>
  )
}

Subdomains

Frequently Asked Questions

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