import { ComponentExample } from "@/components/ComponentExample" import { ComponentReference } from "@/components/ComponentReference" export const metadata = { title: `Alert`, } # {metadata.title} A component for displaying important messages. In this guide, you'll learn how to use the Alert component. --- ## Usage ```tsx import { Alert } from "@medusajs/ui" ``` ```tsx Here's a message ``` --- ## API Reference --- ## Examples ### Success Alert ### Warning Alert ### Error Alert ### Dismissible Alert