Avatar

An image element with a fallback for representing the user.

You are viewing Medusa docs.
Was this example helpful?

Usage


import { Alert } from "@medusajs/ui"
<Alert>Here's a message</Alert>

API Reference


This component is based on the div element and supports all of its props

PropTypeDefault
variant
"error"
|"success"
|"warning"
|"info"
"info"
dismissible
boolean
false
Was this section helpful?

Examples


Success Alert

Data updated successfully!
Was this example helpful?

Warning Alert

Be careful!
Was this example helpful?

Error Alert

An error occured while updating data.
Was this example helpful?

Dismissable Alert

You are viewing Medusa docs.
Was this example helpful?