--- title: Avatar description: An image element with a fallback for representing the user. source: apps/www/src/lib/registry/default/ui/avatar primitive: https://www.radix-vue.com/components/avatar.html --- ## Installation ```bash npx shadcn-vue@latest add avatar ``` ## Usage ```vue ```