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