Files
medusa-store/www/apps/ui/src/examples/alert-warning.tsx
github-actions[bot] 869dc751a0 chore(docs): Updated UI Reference (#6347)
* chore(docs): Generated UI Reference

* fixed props typing + added new alert page

* updated ui dependencies

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2024-02-12 19:46:51 +01:00

6 lines
135 B
TypeScript

import { Alert } from "@medusajs/ui"
export default function AlertWarning() {
return <Alert variant="warning">Be careful!</Alert>
}