Avatar

An image element with a fallback for representing the user.

M
Was this example helpful?

Usage#


Code
import { Avatar } from "@medusajs/ui"
Code
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
src
string
-
fallback
string
-
variant
"rounded"
size
"base"
Was this page helpful?