From 3f6710a09c953405cc0bc8014eab89887122b17d Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 4 Mar 2020 00:59:47 -0600 Subject: Add buttons documentation - Add documentation for how to use buttons - Update markup and CSS rulesets to support icons on the left or the right of text Signed-off-by: Derick Montague Change-Id: Ic897f416e85824287360bc7ef5dc47c402d64eba --- docs/guide/components/button.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/guide/components/button.md (limited to 'docs/guide') diff --git a/docs/guide/components/button.md b/docs/guide/components/button.md new file mode 100644 index 00000000..aeb93edc --- /dev/null +++ b/docs/guide/components/button.md @@ -0,0 +1,23 @@ +# Buttons + +Buttons are used to perform an action. The main buttons in the application are the `primary` and `secondary` buttons. Buttons, like all Boostrap-vue components can be themed by setting the `variant` prop on the component to one of the [theme-color map keys](/guide/guidelines/colors). To create a button that looks like a link, set the variant value to `link`. + +[Learn more about Bootstrap-vue buttons](https://bootstrap-vue.js.org/docs/components/button) + + + +```vue +// Enabled Buttons +Primary + + + Primary with icon + +Secondary +Danger +Link Button + + + Link Button + +``` \ No newline at end of file -- cgit v1.2.3