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

avatar-group-count-icon.tsx — ui Source File

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

File tsx DocumentationAtlas Changelog 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  f4ed9eb7_94bf_f257_e272_0db63c7597fb["avatar-group-count-icon.tsx"]
  ec3aa9ae_e596_5628_1560_c37c71899cb4["avatar"]
  f4ed9eb7_94bf_f257_e272_0db63c7597fb --> ec3aa9ae_e596_5628_1560_c37c71899cb4
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  f4ed9eb7_94bf_f257_e272_0db63c7597fb --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style f4ed9eb7_94bf_f257_e272_0db63c7597fb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  Avatar,
  AvatarFallback,
  AvatarGroup,
  AvatarGroupCount,
  AvatarImage,
} from "@/examples/radix/ui/avatar"
import { PlusIcon } from "lucide-react"

export function AvatarGroupCountIconExample() {
  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>
      <AvatarGroupCount>
        <PlusIcon />
      </AvatarGroupCount>
    </AvatarGroup>
  )
}

Subdomains

Dependencies

  • avatar
  • lucide-react

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free