summaryrefslogtreecommitdiff
path: root/docs/guide/components/button.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/components/button.md')
-rw-r--r--docs/guide/components/button.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/guide/components/button.md b/docs/guide/components/button.md
index 6916d438..3e61b797 100644
--- a/docs/guide/components/button.md
+++ b/docs/guide/components/button.md
@@ -4,7 +4,14 @@ Buttons are used to perform an action. The main buttons in the application are t
[Learn more about Bootstrap-vue buttons](https://bootstrap-vue.js.org/docs/components/button)
-<BmcButtons />
+### Enabled buttons
+
+![Button examples](/button.png)
+
+### Disabled buttons
+
+![Disabled button examples](/button-disabled.png)
+
```vue
// Enabled Buttons