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
  ea158499_f949_7aea_1bd2_efa6453982f1["AvatarExample()"]
  da628c9f_c737_5cef_6f42_0c35975bff72["avatar-example.tsx"]
  ea158499_f949_7aea_1bd2_efa6453982f1 -->|defined in| da628c9f_c737_5cef_6f42_0c35975bff72
  style ea158499_f949_7aea_1bd2_efa6453982f1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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/base/examples/avatar-example.tsx.
Where is AvatarExample() defined?
AvatarExample() is defined in apps/v4/registry/bases/base/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