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

avatar-group.tsx — ui Source File

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

File tsx DocumentationAtlas SearchAPI 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  0364ff98_e854_efe9_fd4d_51db522539bc["avatar-group.tsx"]
  00c9789a_2f63_b98d_c90d_4d6abf3582ce["avatar"]
  0364ff98_e854_efe9_fd4d_51db522539bc --> 00c9789a_2f63_b98d_c90d_4d6abf3582ce
  style 0364ff98_e854_efe9_fd4d_51db522539bc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  Avatar,
  AvatarFallback,
  AvatarGroup,
  AvatarImage,
} from "@/examples/base/ui/avatar"

export function AvatarGroupExample() {
  return (
    <AvatarGroup className="grayscale">
      <Avatar>
        <AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
        <AvatarFallback>CN</AvatarFallback>
      </Avatar>
      <Avatar>
        <AvatarImage src="https://github.com/maxleiter.png" alt="@maxleiter" />
        <AvatarFallback>LR</AvatarFallback>
      </Avatar>
      <Avatar>
        <AvatarImage
          src="https://github.com/evilrabbit.png"
          alt="@evilrabbit"
        />
        <AvatarFallback>ER</AvatarFallback>
      </Avatar>
    </AvatarGroup>
  )
}

Subdomains

Dependencies

  • avatar

Frequently Asked Questions

What does avatar-group.tsx do?
avatar-group.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in avatar-group.tsx?
avatar-group.tsx defines 1 function(s): AvatarGroupExample.
What does avatar-group.tsx depend on?
avatar-group.tsx imports 1 module(s): avatar.
Where is avatar-group.tsx in the architecture?
avatar-group.tsx is located at apps/v4/examples/base/avatar-group.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/base).

Analyze Your Own Codebase

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

Try Supermodel Free