AvatarBadgeIconExample() — ui Function Reference
Architecture documentation for the AvatarBadgeIconExample() function in avatar-badge-icon.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD d6ba63c2_bca1_8a2a_7cdc_6d14715d4083["AvatarBadgeIconExample()"] 405b3892_858e_ab7b_7880_6bcf01b9cc5d["avatar-badge-icon.tsx"] d6ba63c2_bca1_8a2a_7cdc_6d14715d4083 -->|defined in| 405b3892_858e_ab7b_7880_6bcf01b9cc5d style d6ba63c2_bca1_8a2a_7cdc_6d14715d4083 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/avatar-badge-icon.tsx lines 9–19
export function AvatarBadgeIconExample() {
return (
<Avatar className="grayscale">
<AvatarImage src="https://github.com/pranathip.png" alt="@pranathip" />
<AvatarFallback>PP</AvatarFallback>
<AvatarBadge>
<PlusIcon />
</AvatarBadge>
</Avatar>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does AvatarBadgeIconExample() do?
AvatarBadgeIconExample() is a function in the ui codebase, defined in apps/v4/examples/base/avatar-badge-icon.tsx.
Where is AvatarBadgeIconExample() defined?
AvatarBadgeIconExample() is defined in apps/v4/examples/base/avatar-badge-icon.tsx at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free