summaryrefslogtreecommitdiff
path: root/docs/guide/components/alert.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/components/alert.md')
-rw-r--r--docs/guide/components/alert.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/guide/components/alert.md b/docs/guide/components/alert.md
index 768aa873..1ad965bd 100644
--- a/docs/guide/components/alert.md
+++ b/docs/guide/components/alert.md
@@ -3,7 +3,9 @@ An alert is an inline message that contains a short description that a user cann
[Learn more about Bootstrap-vue alert options](https://bootstrap-vue.js.org/docs/components/alert)
-<BmcAlerts />
+<alert show variant="warning">This is a warning message</alert>
+<alert show variant="danger">This is an error message</alert>
+<alert show variant="info">This is an info message</alert>
```vue
<alert show variant="warning">This is a warning message</alert>