diff --git a/src/views/base/Accordion.vue b/src/views/base/Accordion.vue index 09e97c0c..e9e5a9fd 100644 --- a/src/views/base/Accordion.vue +++ b/src/views/base/Accordion.vue @@ -9,7 +9,7 @@
Click the accordions below to expand/collapse the accordion content.
-always-open property to make accordion items stay
open when another item is opened.
- <CCardBody>. Use
it whenever you need a padded section within a card.
- <CCardBody> item, the card title, and subtitle
are arranged rightly.
- .card-text can additionally be styled with the
regular HTML tags.
- Create lists of content in a card with a flush list group.
-Add an optional header and/or footer within a card.
-component="h5".
- Using the grid, wrap cards in columns and rows as needed.
-<CCardHeader> with our
<CNav> component.
-
Use color property to change the appearance of a card.
md="{ cols: 3}" and you'll
see the fourth card wrap.
- width through grid column classes,
width utilities, or inline styles.
- currentColor. This can be overridden with a custom
color or utility class.
- size prop: lg, sm, or
xs.
- animation="wave" to better convey the perception of
something being actively loaded.
-