Animated avatar picker.
npx shadcn@latest add https://21st.dev/r/kokonutd/avatar-picker
Loading preview...
import { AvatarPicker } from "@/components/ui/avatar-picker" export function DemoAvatarPicker() { return <AvatarPicker /> }