You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/components/accordion.md
+5-60Lines changed: 5 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Click the accordions below to expand/collapse the accordion content.
52
52
</CAccordionItem>
53
53
</CAccordion>
54
54
:::
55
-
```vue
55
+
```markup
56
56
<CAccordion>
57
57
<CAccordionItem :item-key="1">
58
58
<CAccordionHeader>
@@ -143,7 +143,7 @@ Add `flush` to remove the default `background-color`, some borders, and some rou
143
143
</CAccordionItem>
144
144
</CAccordion>
145
145
:::
146
-
```vue
146
+
```markup
147
147
<CAccordion flush>
148
148
<CAccordionItem>
149
149
<CAccordionHeader>
@@ -234,7 +234,7 @@ Add `always-open` property to make accordion items stay open when another item i
234
234
</CAccordionItem>
235
235
</CAccordion>
236
236
:::
237
-
```vue
237
+
```markup
238
238
<CAccordion :active-item-key="2" always-open>
239
239
<CAccordionItem :item-key="1">
240
240
<CAccordionHeader>
@@ -284,30 +284,7 @@ Add `always-open` property to make accordion items stay open when another item i
284
284
285
285
Vue accordions use local CSS variables on `.accordion` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
@@ -73,7 +72,7 @@ Use the `<CAlertLink>` component to immediately give matching colored links insi
73
72
</CAlert>
74
73
:::
75
74
76
-
```vue
75
+
```markup
77
76
<CAlert color="primary">
78
77
A simple primary alert with <CAlertLink href="#">an example link</CAlertLink>. Give it a click if you like.
79
78
</CAlert>
@@ -113,7 +112,7 @@ Alert can also incorporate supplementary HTML elements like heading, paragraph,
113
112
</CAlert>
114
113
:::
115
114
116
-
```vue
115
+
```markup
117
116
<CAlert color="success" v-bind:visible="true">
118
117
<CAlertHeading>Well done!</CAlertHeading>
119
118
<p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p>
@@ -135,7 +134,7 @@ Similarly, you can use [flexbox utilities](https//coreui.io/docs/4.0/utilities/f
<strong>Go right ahead</strong> and click that dimiss over there on the right.
243
242
</CAlert>
@@ -274,16 +273,7 @@ Alerts can also be easily dismissed. Just add the `dismissible` prop.
274
273
275
274
Vue alerts use local CSS variables on `.alert` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/components/badge.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,14 +187,7 @@ Apply the `shape="rounded-pill"` prop to make badges rounded.
187
187
188
188
Vue badges use local CSS variables on `.badges` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/components/breadcrumb.md
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,17 +113,7 @@ For more information, see the [WAI-ARIA Authoring Practices for the breadcrumb p
113
113
114
114
Vue breadcrumbs use local CSS variables on `.breadcrumb` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
Copy file name to clipboardExpand all lines: packages/docs/components/button.md
+3-85Lines changed: 3 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,22 +278,8 @@ Additional utilities can be used to adjust the alignment of buttons when horizon
278
278
279
279
Vue buttons use local CSS variables on `.btn` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
0 commit comments