Files
medusa-store/www/apps/ui/src/examples/alert-dismissable.tsx
T
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
157 B
TypeScript

import { Alert } from "@medusajs/ui"
export default function AlertDismissable() {
return <Alert dismissible={true}>You are viewing Medusa docs.</Alert>
}