diff options
Diffstat (limited to 'docs/guide/components/button.md')
-rw-r--r-- | docs/guide/components/button.md | 9 |
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 + + + +### Disabled buttons + + + ```vue // Enabled Buttons |