@@ -19,25 +19,25 @@ import {
19
19
CDropdownToggle ,
20
20
CLink ,
21
21
CRow ,
22
- CWidgetA ,
23
- CWidgetB ,
24
- CWidgetC ,
25
- CWidgetD ,
26
- CWidgetE ,
27
- CWidgetF ,
22
+ CWidgetStatsA ,
23
+ CWidgetStatsB ,
24
+ CWidgetStatsC ,
25
+ CWidgetStatsD ,
26
+ CWidgetStatsE ,
27
+ CWidgetStatsF ,
28
28
} from ' ../../../src/index.ts'
29
29
30
30
31
31
## Examples
32
32
33
33
React Alert is prepared for any length of text, as well as an optional close button. For a styling, use one of the ** required** contextual ` color ` props (e.g., ` primary ` ). For inline dismissal, use the [ dismissing prop] ( #dismissing ) .
34
34
35
- ## CWidgetA
35
+ ## CWidgetStatsA
36
36
37
37
<Playground >
38
38
<CRow >
39
39
<CCol sm = { 6 } >
40
- <CWidgetA
40
+ <CWidgetStatsA
41
41
className = " mb-4"
42
42
color = " primary"
43
43
value = { <>$9.000 <span className = " fs-6 fw-normal" >(40.9% <CIcon icon = { cilArrowTop } />)</span ></>}
@@ -117,7 +117,7 @@ React Alert is prepared for any length of text, as well as an optional close but
117
117
/>
118
118
</CCol >
119
119
<CCol sm = { 6 } >
120
- <CWidgetA
120
+ <CWidgetStatsA
121
121
className = " mb-4"
122
122
color = " info"
123
123
value = { <>$9.000 <span className = " fs-6 fw-normal" >(40.9% <CIcon icon = { cilArrowTop } />)</span ></>}
@@ -196,7 +196,7 @@ React Alert is prepared for any length of text, as well as an optional close but
196
196
/>
197
197
</CCol >
198
198
<CCol sm = { 6 } >
199
- <CWidgetA
199
+ <CWidgetStatsA
200
200
className = " mb-4"
201
201
color = " warning"
202
202
value = { <>$9.000 <span className = " fs-6 fw-normal" >(40.9% <CIcon icon = { cilArrowTop } />)</span ></>}
@@ -262,7 +262,7 @@ React Alert is prepared for any length of text, as well as an optional close but
262
262
/>
263
263
</CCol >
264
264
<CCol sm = { 6 } >
265
- <CWidgetA
265
+ <CWidgetStatsA
266
266
className = " mb-4"
267
267
color = " danger"
268
268
value = { <>$9.000 <span className = " fs-6 fw-normal" >(40.9% <CIcon icon = { cilArrowTop } />)</span ></>}
@@ -349,20 +349,20 @@ React Alert is prepared for any length of text, as well as an optional close but
349
349
</CRow >
350
350
</Playground >
351
351
352
- ## CWidgetB
352
+ ## CWidgetStatsB
353
353
354
354
<Playground >
355
355
<CRow >
356
356
<CCol xs = { 6 } >
357
- <CWidgetB
357
+ <CWidgetStatsB
358
358
className = " mb-3"
359
359
progress = { { color: ' success' , value: 75 }}
360
360
text = " Widget helper text"
361
361
title = " Widget title"
362
362
value = " 89.9%" />
363
363
</CCol >
364
364
<CCol xs = { 6 } >
365
- <CWidgetB
365
+ <CWidgetStatsB
366
366
className = " mb-3"
367
367
color = " primary"
368
368
inverse
@@ -374,12 +374,12 @@ React Alert is prepared for any length of text, as well as an optional close but
374
374
</CRow >
375
375
</Playground >
376
376
377
- ## CWidgetC
377
+ ## CWidgetStatsC
378
378
379
379
<Playground >
380
380
<CRow >
381
381
<CCol xs = { 6 } >
382
- <CWidgetC
382
+ <CWidgetStatsC
383
383
className = " mb-3"
384
384
icon = { <CIcon icon = { cilChartPie } height = { 36 } />}
385
385
progress = { { color: ' success' , value: 75 }}
@@ -388,7 +388,7 @@ React Alert is prepared for any length of text, as well as an optional close but
388
388
value = " 89.9%" />
389
389
</CCol >
390
390
<CCol xs = { 6 } >
391
- <CWidgetC
391
+ <CWidgetStatsC
392
392
className = " mb-3"
393
393
icon = { <CIcon icon = { cilChartPie } height = { 36 } />}
394
394
color = " primary"
@@ -401,12 +401,12 @@ React Alert is prepared for any length of text, as well as an optional close but
401
401
</CRow >
402
402
</Playground >
403
403
404
- ## CWidgetD
404
+ ## CWidgetStatsD
405
405
406
406
<Playground >
407
407
<CRow >
408
408
<CCol xs = { 6 } >
409
- <CWidgetD
409
+ <CWidgetStatsD
410
410
className = " mb-3"
411
411
icon = { <CIcon className = " my-4 text-white" icon = { cibFacebook } height = { 52 } />}
412
412
chart = {
@@ -461,7 +461,7 @@ React Alert is prepared for any length of text, as well as an optional close but
461
461
]} />
462
462
</CCol >
463
463
<CCol xs = { 6 } >
464
- <CWidgetD
464
+ <CWidgetStatsD
465
465
className = " mb-3"
466
466
icon = { <CIcon className = " my-4 text-white" icon = { cibTwitter } height = { 52 } />}
467
467
chart = {
@@ -518,12 +518,12 @@ React Alert is prepared for any length of text, as well as an optional close but
518
518
</CRow >
519
519
</Playground >
520
520
521
- ## CWidgetE
521
+ ## CWidgetStatsE
522
522
523
523
<Playground >
524
524
<CRow >
525
525
<CCol xs = { 6 } >
526
- <CWidgetE
526
+ <CWidgetStatsE
527
527
className = " mb-3"
528
528
chart = {
529
529
<CChartBar
@@ -562,7 +562,7 @@ React Alert is prepared for any length of text, as well as an optional close but
562
562
value = " 89.9%" />
563
563
</CCol >
564
564
<CCol xs = { 6 } >
565
- <CWidgetE
565
+ <CWidgetStatsE
566
566
className = " mb-3"
567
567
chart = {
568
568
<CChartLine
@@ -611,20 +611,20 @@ React Alert is prepared for any length of text, as well as an optional close but
611
611
</CRow >
612
612
</Playground >
613
613
614
- ## CWidgetF
614
+ ## CWidgetStatsF
615
615
616
616
<Playground >
617
617
<CRow >
618
618
<CCol xs = { 6 } >
619
- <CWidgetF
619
+ <CWidgetStatsF
620
620
className = " mb-3"
621
621
color = " primary"
622
622
icon = { <CIcon icon = { cilChartPie } height = { 24 } />}
623
623
title = " Widget title"
624
624
value = " 89.9%" />
625
625
</CCol >
626
626
<CCol xs = { 6 } >
627
- <CWidgetF
627
+ <CWidgetStatsF
628
628
className = " mb-3"
629
629
color = " warning"
630
630
icon = { <CIcon icon = { cilChartPie } height = { 24 } />}
@@ -634,7 +634,7 @@ React Alert is prepared for any length of text, as well as an optional close but
634
634
</CRow >
635
635
<CRow >
636
636
<CCol xs = { 6 } >
637
- <CWidgetF
637
+ <CWidgetStatsF
638
638
className = " mb-3"
639
639
color = " primary"
640
640
icon = { <CIcon icon = { cilChartPie } height = { 24 } />}
@@ -643,7 +643,7 @@ React Alert is prepared for any length of text, as well as an optional close but
643
643
value = " 89.9%" />
644
644
</CCol >
645
645
<CCol xs = { 6 } >
646
- <CWidgetF
646
+ <CWidgetStatsF
647
647
className = " mb-3"
648
648
color = " warning"
649
649
icon = { <CIcon icon = { cilChartPie } height = { 24 } />}
@@ -654,7 +654,7 @@ React Alert is prepared for any length of text, as well as an optional close but
654
654
</CRow >
655
655
<CRow >
656
656
<CCol xs = { 6 } >
657
- <CWidgetF
657
+ <CWidgetStatsF
658
658
className = " mb-3"
659
659
color = " primary"
660
660
footer = {
@@ -673,7 +673,7 @@ React Alert is prepared for any length of text, as well as an optional close but
673
673
value = " 89.9%" />
674
674
</CCol >
675
675
<CCol xs = { 6 } >
676
- <CWidgetF
676
+ <CWidgetStatsF
677
677
className = " mb-3"
678
678
color = " warning"
679
679
footer = {
@@ -696,26 +696,26 @@ React Alert is prepared for any length of text, as well as an optional close but
696
696
697
697
## API
698
698
699
- ### CWidgetA
699
+ ### CWidgetStatsA
700
700
701
- <Props of = { CWidgetA } />
701
+ <Props of = { CWidgetStatsA } />
702
702
703
- ### CWidgetB
703
+ ### CWidgetStatsB
704
704
705
- <Props of = { CWidgetB } />
705
+ <Props of = { CWidgetStatsB } />
706
706
707
- ### CWidgetC
707
+ ### CWidgetStatsC
708
708
709
- <Props of = { CWidgetC } />
709
+ <Props of = { CWidgetStatsC } />
710
710
711
- ### CWidgetD
711
+ ### CWidgetStatsD
712
712
713
- <Props of = { CWidgetD } />
713
+ <Props of = { CWidgetStatsD } />
714
714
715
- ### CWidgetE
715
+ ### CWidgetStatsE
716
716
717
- <Props of = { CWidgetE } />
717
+ <Props of = { CWidgetStatsE } />
718
718
719
- ### CWidgetF
719
+ ### CWidgetStatsF
720
720
721
- <Props of = { CWidgetF } />
721
+ <Props of = { CWidgetStatsF } />
0 commit comments