Avatars represent a user or a team. Stacked avatars represent a group of people
Loading preview...
import { Avatar } from "@/components/ui/avatar-1"; export default function GitDemo() { return <Avatar placeholder size={90} />; }