@@ -50,7 +50,7 @@ Below is an example of a basic card with mixed content and a fixed width. Cards
50
50
< CCardText>
51
51
Some quick example text to build on the card title and make up the bulk of the card' s content.
52
52
</CCardText>
53
- <CButton href="#">Go somewhere</CButton>
53
+ <CButton color="primary" href="#">Go somewhere</CButton>
54
54
</CCardBody>
55
55
</CCard>
56
56
```
@@ -175,7 +175,7 @@ Add an optional header and/or footer within a card.
175
175
< CCardBody>
176
176
< CCardTitle> Special title treatment< / CCardTitle>
177
177
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
178
- < CButton href= " #" > Go somewhere< / CButton>
178
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
179
179
< / CCardBody>
180
180
< / CCard>
181
181
```
@@ -188,7 +188,7 @@ Card headers can be styled by adding ex. `component="h5"`.
188
188
< CCardBody>
189
189
< CCardTitle> Special title treatment< / CCardTitle>
190
190
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
191
- < CButton href= " #" > Go somewhere< / CButton>
191
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
192
192
< / CCardBody>
193
193
< / CCard>
194
194
```
@@ -213,7 +213,7 @@ Card headers can be styled by adding ex. `component="h5"`.
213
213
< CCardBody>
214
214
< CCardTitle> Special title treatment< / CCardTitle>
215
215
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
216
- < CButton href= " #" > Go somewhere< / CButton>
216
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
217
217
< / CCardBody>
218
218
< CCardFooter className= " text-body-secondary" > 2 days ago< / CCardFooter>
219
219
< / CCard>
@@ -236,7 +236,7 @@ Using the grid, wrap cards in columns and rows as needed.
236
236
< CCardText>
237
237
With supporting text below as a natural lead- in to additional content.
238
238
< / CCardText>
239
- < CButton href= " #" > Go somewhere< / CButton>
239
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
240
240
< / CCardBody>
241
241
< / CCard>
242
242
< / CCol>
@@ -247,7 +247,7 @@ Using the grid, wrap cards in columns and rows as needed.
247
247
< CCardText>
248
248
With supporting text below as a natural lead- in to additional content.
249
249
< / CCardText>
250
- < CButton href= " #" > Go somewhere< / CButton>
250
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
251
251
< / CCardBody>
252
252
< / CCard>
253
253
< / CCol>
@@ -263,14 +263,14 @@ Use some of [available sizing utilities](https://coreui.io/docs/utilities/sizing
263
263
< CCardBody>
264
264
< CCardTitle> Card title< / CCardTitle>
265
265
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
266
- < CButton href= " #" > Go somewhere< / CButton>
266
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
267
267
< / CCardBody>
268
268
< / CCard>
269
269
< CCard className= " w-50" >
270
270
< CCardBody>
271
271
< CCardTitle> Card title< / CCardTitle>
272
272
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
273
- < CButton href= " #" > Go somewhere< / CButton>
273
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
274
274
< / CCardBody>
275
275
< / CCard>
276
276
```
@@ -284,7 +284,7 @@ Use custom CSS in your stylesheets or as inline styles to set a width.
284
284
< CCardBody>
285
285
< CCardTitle> Special title treatment< / CCardTitle>
286
286
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
287
- < CButton href= " #" > Go somewhere< / CButton>
287
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
288
288
< / CCardBody>
289
289
< / CCard>
290
290
```
@@ -298,21 +298,21 @@ You can instantly change the text arrangement of any card—in its whole or spec
298
298
< CCardBody>
299
299
< CCardTitle> Special title treatment< / CCardTitle>
300
300
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
301
- < CButton href= " #" > Go somewhere< / CButton>
301
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
302
302
< / CCardBody>
303
303
< / CCard>
304
304
< CCard className= " text-center" style= {{width: ' 18rem' }}>
305
305
< CCardBody>
306
306
< CCardTitle> Special title treatment< / CCardTitle>
307
307
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
308
- < CButton href= " #" > Go somewhere< / CButton>
308
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
309
309
< / CCardBody>
310
310
< / CCard>
311
311
< CCard className= " text-end" style= {{width: ' 18rem' }}>
312
312
< CCardBody>
313
313
< CCardTitle> Special title treatment< / CCardTitle>
314
314
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
315
- < CButton href= " #" > Go somewhere< / CButton>
315
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
316
316
< / CCardBody>
317
317
< / CCard>
318
318
```
@@ -339,7 +339,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
339
339
< CCardBody>
340
340
< CCardTitle> Special title treatment< / CCardTitle>
341
341
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
342
- < CButton href= " #" > Go somewhere< / CButton>
342
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
343
343
< / CCardBody>
344
344
< / CCard>
345
345
```
@@ -362,7 +362,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
362
362
< CCardBody>
363
363
< CCardTitle> Special title treatment< / CCardTitle>
364
364
< CCardText> With supporting text below as a natural lead- in to additional content.< / CCardText>
365
- < CButton href= " #" > Go somewhere< / CButton>
365
+ < CButton color = " primary " href= " #" > Go somewhere< / CButton>
366
366
< / CCardBody>
367
367
< / CCard>
368
368
```
0 commit comments