button-with-icon.tsx — ui Source File
Architecture documentation for button-with-icon.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR c445b104_73aa_dc5c_51b9_8015f9cb594a["button-with-icon.tsx"] 4b1d2128_46d9_46f0_b915_b6e1925b7876["button"] c445b104_73aa_dc5c_51b9_8015f9cb594a --> 4b1d2128_46d9_46f0_b915_b6e1925b7876 39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"] c445b104_73aa_dc5c_51b9_8015f9cb594a --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7 style c445b104_73aa_dc5c_51b9_8015f9cb594a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/examples/radix/ui/button"
import { IconGitBranch } from "@tabler/icons-react"
export default function ButtonWithIcon() {
return (
<Button variant="outline" size="sm">
<IconGitBranch /> New Branch
</Button>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- icons-react
Source
Frequently Asked Questions
What does button-with-icon.tsx do?
button-with-icon.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in button-with-icon.tsx?
button-with-icon.tsx defines 1 function(s): ButtonWithIcon.
What does button-with-icon.tsx depend on?
button-with-icon.tsx imports 2 module(s): button, icons-react.
Where is button-with-icon.tsx in the architecture?
button-with-icon.tsx is located at apps/v4/examples/radix/button-with-icon.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free