summaryrefslogtreecommitdiff
path: root/docs/guide/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/components')
-rw-r--r--docs/guide/components/alert.md4
-rw-r--r--docs/guide/components/readme.md (renamed from docs/guide/components/index.md)0
2 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>
diff --git a/docs/guide/components/index.md b/docs/guide/components/readme.md
index f10a1317..f10a1317 100644
--- a/docs/guide/components/index.md
+++ b/docs/guide/components/readme.md