Components
Avatars represent a user or a team. Stacked avatars represent a group of people
npx shadcn@latest add https://21st.dev/r/shugar/avatar-1Loading preview...
import { Avatar } from "@/components/ui/avatar-1";
export default function GitDemo() {
return <Avatar placeholder size={90} />;
}