chore(docs): Updated UI Reference (automated) (#11578)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
31f8b72129
commit
7799647675
@@ -0,0 +1,12 @@
|
||||
import { InlineTip } from "@medusajs/ui"
|
||||
|
||||
export default function InlineTipWarning() {
|
||||
return (
|
||||
<InlineTip
|
||||
label="Warning"
|
||||
variant="warning"
|
||||
>
|
||||
This action cannot be undone.
|
||||
</InlineTip>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user