@@ -24,7 +24,7 @@ Below is an example of a basic card with mixed content and a fixed width. Cards
24
24
<CCardBody >
25
25
<CCardTitle>Card title</CCardTitle>
26
26
<CCardText>Some quick example text to build on the card title and make up the bulk of the card's content.</CCardText>
27
- <CButton href="#">Go somewhere</CButton>
27
+ <CButton color="primary" href="#">Go somewhere</CButton>
28
28
</CCardBody >
29
29
</CCard >
30
30
:::
@@ -34,7 +34,7 @@ Below is an example of a basic card with mixed content and a fixed width. Cards
34
34
<CCardBody>
35
35
<CCardTitle>Card title</CCardTitle>
36
36
<CCardText>Some quick example text to build on the card title and make up the bulk of the card's content.</CCardText>
37
- <CButton href="#">Go somewhere</CButton>
37
+ <CButton color="primary" href="#">Go somewhere</CButton>
38
38
</CCardBody>
39
39
</CCard>
40
40
```
@@ -226,7 +226,7 @@ Add an optional header and/or footer within a card.
226
226
<CCardBody >
227
227
<CCardTitle>Special title treatment</CCardTitle>
228
228
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
229
- <CButton href="#">Go somewhere</CButton>
229
+ <CButton color="primary" href="#">Go somewhere</CButton>
230
230
</CCardBody >
231
231
</CCard >
232
232
:::
@@ -236,7 +236,7 @@ Add an optional header and/or footer within a card.
236
236
<CCardBody>
237
237
<CCardTitle>Special title treatment</CCardTitle>
238
238
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
239
- <CButton href="#">Go somewhere</CButton>
239
+ <CButton color="primary" href="#">Go somewhere</CButton>
240
240
</CCardBody>
241
241
</CCard>
242
242
```
@@ -249,7 +249,7 @@ Card headers can be styled by adding ex. `as="h5"`.
249
249
<CCardBody >
250
250
<CCardTitle>Special title treatment</CCardTitle>
251
251
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
252
- <CButton href="#">Go somewhere</CButton>
252
+ <CButton color="primary" href="#">Go somewhere</CButton>
253
253
</CCardBody >
254
254
</CCard >
255
255
:::
@@ -259,7 +259,7 @@ Card headers can be styled by adding ex. `as="h5"`.
259
259
<CCardBody>
260
260
<CCardTitle>Special title treatment</CCardTitle>
261
261
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
262
- <CButton href="#">Go somewhere</CButton>
262
+ <CButton color="primary" href="#">Go somewhere</CButton>
263
263
</CCardBody>
264
264
</CCard>
265
265
```
@@ -293,7 +293,7 @@ Card headers can be styled by adding ex. `as="h5"`.
293
293
<CCardBody >
294
294
<CCardTitle>Special title treatment</CCardTitle>
295
295
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
296
- <CButton href="#">Go somewhere</CButton>
296
+ <CButton color="primary" href="#">Go somewhere</CButton>
297
297
</CCardBody >
298
298
<CCardFooter class =" text-body-secondary " >2 days ago</CCardFooter >
299
299
</CCard >
@@ -304,7 +304,7 @@ Card headers can be styled by adding ex. `as="h5"`.
304
304
<CCardBody>
305
305
<CCardTitle>Special title treatment</CCardTitle>
306
306
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
307
- <CButton href="#">Go somewhere</CButton>
307
+ <CButton color="primary" href="#">Go somewhere</CButton>
308
308
</CCardBody>
309
309
<CCardFooter class="text-body-secondary">2 days ago</CCardFooter>
310
310
</CCard>
@@ -325,7 +325,7 @@ Using the grid, wrap cards in columns and rows as needed.
325
325
<CCardBody>
326
326
<CCardTitle>Special title treatment</CCardTitle>
327
327
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
328
- <CButton href="#">Go somewhere</CButton>
328
+ <CButton color="primary" href="#">Go somewhere</CButton>
329
329
</CCardBody>
330
330
</CCard>
331
331
</CCol >
@@ -334,7 +334,7 @@ Using the grid, wrap cards in columns and rows as needed.
334
334
<CCardBody>
335
335
<CCardTitle>Special title treatment</CCardTitle>
336
336
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
337
- <CButton href="#">Go somewhere</CButton>
337
+ <CButton color="primary" href="#">Go somewhere</CButton>
338
338
</CCardBody>
339
339
</CCard>
340
340
</CCol >
@@ -347,7 +347,7 @@ Using the grid, wrap cards in columns and rows as needed.
347
347
<CCardBody>
348
348
<CCardTitle>Special title treatment</CCardTitle>
349
349
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
350
- <CButton href="#">Go somewhere</CButton>
350
+ <CButton color="primary" href="#">Go somewhere</CButton>
351
351
</CCardBody>
352
352
</CCard>
353
353
</CCol>
@@ -356,7 +356,7 @@ Using the grid, wrap cards in columns and rows as needed.
356
356
<CCardBody>
357
357
<CCardTitle>Special title treatment</CCardTitle>
358
358
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
359
- <CButton href="#">Go somewhere</CButton>
359
+ <CButton color="primary" href="#">Go somewhere</CButton>
360
360
</CCardBody>
361
361
</CCard>
362
362
</CCol>
@@ -372,14 +372,14 @@ Use some of [available sizing utilities](https://coreui.io/docs/utilities/sizing
372
372
<CCardBody >
373
373
<CCardTitle>Card title</CCardTitle>
374
374
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
375
- <CButton href="#">Go somewhere</CButton>
375
+ <CButton color="primary" href="#">Go somewhere</CButton>
376
376
</CCardBody >
377
377
</CCard >
378
378
<CCard class =" w-50 " >
379
379
<CCardBody >
380
380
<CCardTitle>Card title</CCardTitle>
381
381
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
382
- <CButton href="#">Go somewhere</CButton>
382
+ <CButton color="primary" href="#">Go somewhere</CButton>
383
383
</CCardBody >
384
384
</CCard >
385
385
:::
@@ -388,14 +388,14 @@ Use some of [available sizing utilities](https://coreui.io/docs/utilities/sizing
388
388
<CCardBody>
389
389
<CCardTitle>Card title</CCardTitle>
390
390
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
391
- <CButton href="#">Go somewhere</CButton>
391
+ <CButton color="primary" href="#">Go somewhere</CButton>
392
392
</CCardBody>
393
393
</CCard>
394
394
<CCard class="w-50">
395
395
<CCardBody>
396
396
<CCardTitle>Card title</CCardTitle>
397
397
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
398
- <CButton href="#">Go somewhere</CButton>
398
+ <CButton color="primary" href="#">Go somewhere</CButton>
399
399
</CCardBody>
400
400
</CCard>
401
401
```
@@ -409,7 +409,7 @@ Use custom CSS in your stylesheets or as inline styles to set a width.
409
409
<CCardBody >
410
410
<CCardTitle>Special title treatment</CCardTitle>
411
411
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
412
- <CButton href="#">Go somewhere</CButton>
412
+ <CButton color="primary" href="#">Go somewhere</CButton>
413
413
</CCardBody >
414
414
</CCard >
415
415
:::
@@ -418,7 +418,7 @@ Use custom CSS in your stylesheets or as inline styles to set a width.
418
418
<CCardBody>
419
419
<CCardTitle>Special title treatment</CCardTitle>
420
420
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
421
- <CButton href="#">Go somewhere</CButton>
421
+ <CButton color="primary" href="#">Go somewhere</CButton>
422
422
</CCardBody>
423
423
</CCard>
424
424
```
@@ -432,21 +432,21 @@ You can instantly change the text arrangement of any card—in its whole or spec
432
432
<CCardBody >
433
433
<CCardTitle>Special title treatment</CCardTitle>
434
434
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
435
- <CButton href="#">Go somewhere</CButton>
435
+ <CButton color="primary" href="#">Go somewhere</CButton>
436
436
</CCardBody >
437
437
</CCard >
438
438
<CCard class =" text-center " style =" width : 18rem " >
439
439
<CCardBody >
440
440
<CCardTitle>Special title treatment</CCardTitle>
441
441
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
442
- <CButton href="#">Go somewhere</CButton>
442
+ <CButton color="primary" href="#">Go somewhere</CButton>
443
443
</CCardBody >
444
444
</CCard >
445
445
<CCard class =" text-end " style =" width : 18rem " >
446
446
<CCardBody >
447
447
<CCardTitle>Special title treatment</CCardTitle>
448
448
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
449
- <CButton href="#">Go somewhere</CButton>
449
+ <CButton color="primary" href="#">Go somewhere</CButton>
450
450
</CCardBody >
451
451
</CCard >
452
452
:::
@@ -455,21 +455,21 @@ You can instantly change the text arrangement of any card—in its whole or spec
455
455
<CCardBody>
456
456
<CCardTitle>Special title treatment</CCardTitle>
457
457
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
458
- <CButton href="#">Go somewhere</CButton>
458
+ <CButton color="primary" href="#">Go somewhere</CButton>
459
459
</CCardBody>
460
460
</CCard>
461
461
<CCard class="text-center" style="width: 18rem">
462
462
<CCardBody>
463
463
<CCardTitle>Special title treatment</CCardTitle>
464
464
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
465
- <CButton href="#">Go somewhere</CButton>
465
+ <CButton color="primary" href="#">Go somewhere</CButton>
466
466
</CCardBody>
467
467
</CCard>
468
468
<CCard class="text-end" style="width: 18rem">
469
469
<CCardBody>
470
470
<CCardTitle>Special title treatment</CCardTitle>
471
471
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
472
- <CButton href="#">Go somewhere</CButton>
472
+ <CButton color="primary" href="#">Go somewhere</CButton>
473
473
</CCardBody>
474
474
</CCard>
475
475
```
@@ -510,7 +510,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
510
510
<CCardBody >
511
511
<CCardTitle>Special title treatment</CCardTitle>
512
512
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
513
- <CButton href="#">Go somewhere</CButton>
513
+ <CButton color="primary" href="#">Go somewhere</CButton>
514
514
</CCardBody >
515
515
</CCard >
516
516
:::
@@ -546,7 +546,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
546
546
<CCardBody>
547
547
<CCardTitle>Special title treatment</CCardTitle>
548
548
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
549
- <CButton href="#">Go somewhere</CButton>
549
+ <CButton color="primary" href="#">Go somewhere</CButton>
550
550
</CCardBody>
551
551
</CCard>
552
552
```
@@ -583,7 +583,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
583
583
<CCardBody >
584
584
<CCardTitle>Special title treatment</CCardTitle>
585
585
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
586
- <CButton href="#">Go somewhere</CButton>
586
+ <CButton color="primary" href="#">Go somewhere</CButton>
587
587
</CCardBody >
588
588
</CCard >
589
589
:::
@@ -619,7 +619,7 @@ Add some navigation to a `<CCardHeader>` with our `<CNav>` component.
619
619
<CCardBody>
620
620
<CCardTitle>Special title treatment</CCardTitle>
621
621
<CCardText>With supporting text below as a natural lead-in to additional content.</CCardText>
622
- <CButton href="#">Go somewhere</CButton>
622
+ <CButton color="primary" href="#">Go somewhere</CButton>
623
623
</CCardBody>
624
624
</CCard>
625
625
```
0 commit comments