Home / Function/ AvatarDemo() — ui Function Reference

AvatarDemo() — ui Function Reference

Architecture documentation for the AvatarDemo() function in avatar-demo.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  278acf8e_796e_564f_2034_895c3952531b["AvatarDemo()"]
  2013d7c2_cafa_24b5_a9e5_719885e2df26["avatar-demo.tsx"]
  278acf8e_796e_564f_2034_895c3952531b -->|defined in| 2013d7c2_cafa_24b5_a9e5_719885e2df26
  style 278acf8e_796e_564f_2034_895c3952531b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/internal/sink/components/avatar-demo.tsx lines 7–14

export function AvatarDemo() {
  return (
    <Avatar>
      <AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
      <AvatarFallback>CN</AvatarFallback>
    </Avatar>
  )
}

Subdomains

Frequently Asked Questions

What does AvatarDemo() do?
AvatarDemo() is a function in the ui codebase, defined in deprecated/www/registry/default/internal/sink/components/avatar-demo.tsx.
Where is AvatarDemo() defined?
AvatarDemo() is defined in deprecated/www/registry/default/internal/sink/components/avatar-demo.tsx at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free