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