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
  ee049472_01fd_5a33_83a0_55f151c30945["avatar-group-count-icon.tsx"]
  00c9789a_2f63_b98d_c90d_4d6abf3582ce["avatar"]
  ee049472_01fd_5a33_83a0_55f151c30945 --> 00c9789a_2f63_b98d_c90d_4d6abf3582ce
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  ee049472_01fd_5a33_83a0_55f151c30945 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style ee049472_01fd_5a33_83a0_55f151c30945 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  Avatar,
  AvatarFallback,
  AvatarGroup,
  AvatarGroupCount,
  AvatarImage,
} from "@/examples/base/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/base/avatar-group-count-icon.tsx (domain: DocumentationAtlas, subdomain: Changelog, 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