Avatar

An image element with a fallback for representing the user.

M
Was this example helpful?

Usage


import { Avatar } from "@medusajs/ui"
1<Avatar2  src="https://avatars.githubusercontent.com/u/10656202?v=4"3  fallback="M"4/>

API Reference


This component is based on the Radix UI Avatar primitive.

PropTypeDefault
variant
enum
"rounded"
size
enum
"base"
srcstring-
fallbackstring-
Was this section helpful?