From dd16f772dd73ade01e49914cf1149f579b6271c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Sun, 31 Oct 2021 23:45:00 +0100 Subject: [PATCH] refactor: update examples --- src/views/base/Accordion.vue | 2 +- src/views/base/Cards.vue | 4 ++-- src/views/forms/FormControl.vue | 4 ++-- src/views/forms/Select.vue | 2 +- src/views/notifications/Modals.vue | 15 +++++++-------- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/views/base/Accordion.vue b/src/views/base/Accordion.vue index 8ec7a95e..fa490793 100644 --- a/src/views/base/Accordion.vue +++ b/src/views/base/Accordion.vue @@ -125,7 +125,7 @@

- Add alwaysOpen property to make accordion items stay + Add always-open property to make accordion items stay open when another item is opened.

diff --git a/src/views/base/Cards.vue b/src/views/base/Cards.vue index 96a2cc0e..70495ae0 100644 --- a/src/views/base/Cards.vue +++ b/src/views/base/Cards.vue @@ -593,7 +593,7 @@ >border utilities to change just the border-color of a card. Note that - you can set textColor property on the + you can set text-color property on the <CCard> or a subset of the card's contents as shown below.

@@ -635,7 +635,7 @@ >border utilities to change just the border-color of a card. Note that - you can set textColor property on the + you can set text-color property on the <CCard> or a subset of the card's contents as shown below.

diff --git a/src/views/forms/FormControl.vue b/src/views/forms/FormControl.vue index f6d0006c..ae484726 100644 --- a/src/views/forms/FormControl.vue +++ b/src/views/forms/FormControl.vue @@ -134,7 +134,7 @@ plain-text boolean property to remove the default form field styling and preserve the correct margin and padding.

- + Email @@ -158,7 +158,7 @@ - +
diff --git a/src/views/forms/Select.vue b/src/views/forms/Select.vue index 56507a82..385a1fb7 100644 --- a/src/views/forms/Select.vue +++ b/src/views/forms/Select.vue @@ -68,7 +68,7 @@

- As is the htmlSize property: + As is the html-size property:

- If you don’t provide an onDimsiss handler to the Modal - component, your modal will behave as though the backdrop is static, - meaning it will not close when clicking outside it. Click the button - below to try it. + If you set backdrop property to static, + your modal will behave as though the backdrop is static, meaning it + will not close when clicking outside it. Click the button below to + try it.

- If you don’t provide an onDimsiss handler to the Modal - component, your modal will behave as though the backdrop is static, - meaning it will not close when clicking outside it. Click the button - below to try it. + When modals become too long for the user's viewport or device, they + scroll independent of the page itself. Try the demo below to see + what we mean.