Avatar Uploader

Circular avatar with a dark camera button on the corner that invites a new profile photo.

Profile photo
Change profile photo

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Upload5 } from "@/components/beste/piece/upload5";

<Upload5
  imageSrc="https://images.unsplash.com/photo-1668262958669-f29c727d5a74?w=200&auto=format&fit=crop&q=90"
  alt="Profile photo"
  initials="BS"
  caption="Change profile photo"
  tone="primary"
/>