Home / File/ avatar-demo.tsx — ui Source File

avatar-demo.tsx — ui Source File

Architecture documentation for avatar-demo.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  2013d7c2_cafa_24b5_a9e5_719885e2df26["avatar-demo.tsx"]
  5df0dd07_24be_f6ef_717d_56a397fc9b0f["avatar"]
  2013d7c2_cafa_24b5_a9e5_719885e2df26 --> 5df0dd07_24be_f6ef_717d_56a397fc9b0f
  style 2013d7c2_cafa_24b5_a9e5_719885e2df26 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  Avatar,
  AvatarFallback,
  AvatarImage,
} from "@/registry/default/ui/avatar"

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

Subdomains

Functions

Dependencies

  • avatar

Frequently Asked Questions

What does avatar-demo.tsx do?
avatar-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in avatar-demo.tsx?
avatar-demo.tsx defines 1 function(s): AvatarDemo.
What does avatar-demo.tsx depend on?
avatar-demo.tsx imports 1 module(s): avatar.
Where is avatar-demo.tsx in the architecture?
avatar-demo.tsx is located at deprecated/www/registry/default/internal/sink/components/avatar-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/internal/sink/components).

Analyze Your Own Codebase

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

Try Supermodel Free