AvatarDemo() — supabase Function Reference
Architecture documentation for the AvatarDemo() function in avatar-demo.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/avatar-demo.tsx lines 3–10
export default function AvatarDemo() {
return (
<Avatar>
<AvatarImage src="https://github.com/mildtomato.png" alt="@mildtomato" />
<AvatarFallback>MT</AvatarFallback>
</Avatar>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free