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
src
string
-
fallback
string
-
variant
"squared"
|"rounded"
"rounded"
size
"2xsmall"
|"xsmall"
|"small"
|"base"
|"large"
|"xlarge"
"base"
Was this section helpful?