Home / Function/ AvatarExample() — ui Function Reference

AvatarExample() — ui Function Reference

Architecture documentation for the AvatarExample() function in avatar-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  777b8659_dc4a_e551_7cdc_4efc51d9e6a9["AvatarExample()"]
  e48c0099_8183_4696_c376_97e8309d13b2["avatar-example.tsx"]
  777b8659_dc4a_e551_7cdc_4efc51d9e6a9 -->|defined in| e48c0099_8183_4696_c376_97e8309d13b2
  style 777b8659_dc4a_e551_7cdc_4efc51d9e6a9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/avatar-example.tsx lines 24–36

export default function AvatarExample() {
  return (
    <ExampleWrapper>
      <AvatarSizes />
      <AvatarWithBadge />
      <AvatarWithBadgeIcon />
      <AvatarGroupExample />
      <AvatarGroupWithCount />
      <AvatarGroupWithIconCount />
      <AvatarInEmpty />
    </ExampleWrapper>
  )
}

Subdomains

Frequently Asked Questions

What does AvatarExample() do?
AvatarExample() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/avatar-example.tsx.
Where is AvatarExample() defined?
AvatarExample() is defined in apps/v4/registry/bases/radix/examples/avatar-example.tsx at line 24.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free