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 4b988195_718e_3546_55b7_62f282afdde2["AvatarBadgeIconExample()"] d61928af_d3e3_009a_d863_0ae423c003b8["avatar-badge-icon.tsx"] 4b988195_718e_3546_55b7_62f282afdde2 -->|defined in| d61928af_d3e3_009a_d863_0ae423c003b8 style 4b988195_718e_3546_55b7_62f282afdde2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/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/radix/avatar-badge-icon.tsx.
Where is AvatarBadgeIconExample() defined?
AvatarBadgeIconExample() is defined in apps/v4/examples/radix/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