@@ -19,25 +19,25 @@ import {
1919 CDropdownToggle ,
2020 CLink ,
2121 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 ,
2828} from ' ../../../src/index.ts'
2929
3030
3131## Examples
3232
3333React 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 ) .
3434
35- ## CWidgetA
35+ ## CWidgetStatsA
3636
3737<Playground >
3838 <CRow >
3939 <CCol sm = { 6 } >
40- <CWidgetA
40+ <CWidgetStatsA
4141 className = " mb-4"
4242 color = " primary"
4343 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
117117 />
118118 </CCol >
119119 <CCol sm = { 6 } >
120- <CWidgetA
120+ <CWidgetStatsA
121121 className = " mb-4"
122122 color = " info"
123123 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
196196 />
197197 </CCol >
198198 <CCol sm = { 6 } >
199- <CWidgetA
199+ <CWidgetStatsA
200200 className = " mb-4"
201201 color = " warning"
202202 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
262262 />
263263 </CCol >
264264 <CCol sm = { 6 } >
265- <CWidgetA
265+ <CWidgetStatsA
266266 className = " mb-4"
267267 color = " danger"
268268 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
349349 </CRow >
350350</Playground >
351351
352- ## CWidgetB
352+ ## CWidgetStatsB
353353
354354<Playground >
355355 <CRow >
356356 <CCol xs = { 6 } >
357- <CWidgetB
357+ <CWidgetStatsB
358358 className = " mb-3"
359359 progress = { { color: ' success' , value: 75 }}
360360 text = " Widget helper text"
361361 title = " Widget title"
362362 value = " 89.9%" />
363363 </CCol >
364364 <CCol xs = { 6 } >
365- <CWidgetB
365+ <CWidgetStatsB
366366 className = " mb-3"
367367 color = " primary"
368368 inverse
@@ -374,12 +374,12 @@ React Alert is prepared for any length of text, as well as an optional close but
374374 </CRow >
375375</Playground >
376376
377- ## CWidgetC
377+ ## CWidgetStatsC
378378
379379<Playground >
380380 <CRow >
381381 <CCol xs = { 6 } >
382- <CWidgetC
382+ <CWidgetStatsC
383383 className = " mb-3"
384384 icon = { <CIcon icon = { cilChartPie } height = { 36 } />}
385385 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
388388 value = " 89.9%" />
389389 </CCol >
390390 <CCol xs = { 6 } >
391- <CWidgetC
391+ <CWidgetStatsC
392392 className = " mb-3"
393393 icon = { <CIcon icon = { cilChartPie } height = { 36 } />}
394394 color = " primary"
@@ -401,12 +401,12 @@ React Alert is prepared for any length of text, as well as an optional close but
401401 </CRow >
402402</Playground >
403403
404- ## CWidgetD
404+ ## CWidgetStatsD
405405
406406<Playground >
407407 <CRow >
408408 <CCol xs = { 6 } >
409- <CWidgetD
409+ <CWidgetStatsD
410410 className = " mb-3"
411411 icon = { <CIcon className = " my-4 text-white" icon = { cibFacebook } height = { 52 } />}
412412 chart = {
@@ -461,7 +461,7 @@ React Alert is prepared for any length of text, as well as an optional close but
461461 ]} />
462462 </CCol >
463463 <CCol xs = { 6 } >
464- <CWidgetD
464+ <CWidgetStatsD
465465 className = " mb-3"
466466 icon = { <CIcon className = " my-4 text-white" icon = { cibTwitter } height = { 52 } />}
467467 chart = {
@@ -518,12 +518,12 @@ React Alert is prepared for any length of text, as well as an optional close but
518518 </CRow >
519519</Playground >
520520
521- ## CWidgetE
521+ ## CWidgetStatsE
522522
523523<Playground >
524524 <CRow >
525525 <CCol xs = { 6 } >
526- <CWidgetE
526+ <CWidgetStatsE
527527 className = " mb-3"
528528 chart = {
529529 <CChartBar
@@ -562,7 +562,7 @@ React Alert is prepared for any length of text, as well as an optional close but
562562 value = " 89.9%" />
563563 </CCol >
564564 <CCol xs = { 6 } >
565- <CWidgetE
565+ <CWidgetStatsE
566566 className = " mb-3"
567567 chart = {
568568 <CChartLine
@@ -611,20 +611,20 @@ React Alert is prepared for any length of text, as well as an optional close but
611611 </CRow >
612612</Playground >
613613
614- ## CWidgetF
614+ ## CWidgetStatsF
615615
616616<Playground >
617617 <CRow >
618618 <CCol xs = { 6 } >
619- <CWidgetF
619+ <CWidgetStatsF
620620 className = " mb-3"
621621 color = " primary"
622622 icon = { <CIcon icon = { cilChartPie } height = { 24 } />}
623623 title = " Widget title"
624624 value = " 89.9%" />
625625 </CCol >
626626 <CCol xs = { 6 } >
627- <CWidgetF
627+ <CWidgetStatsF
628628 className = " mb-3"
629629 color = " warning"
630630 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
634634 </CRow >
635635 <CRow >
636636 <CCol xs = { 6 } >
637- <CWidgetF
637+ <CWidgetStatsF
638638 className = " mb-3"
639639 color = " primary"
640640 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
643643 value = " 89.9%" />
644644 </CCol >
645645 <CCol xs = { 6 } >
646- <CWidgetF
646+ <CWidgetStatsF
647647 className = " mb-3"
648648 color = " warning"
649649 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
654654 </CRow >
655655 <CRow >
656656 <CCol xs = { 6 } >
657- <CWidgetF
657+ <CWidgetStatsF
658658 className = " mb-3"
659659 color = " primary"
660660 footer = {
@@ -673,7 +673,7 @@ React Alert is prepared for any length of text, as well as an optional close but
673673 value = " 89.9%" />
674674 </CCol >
675675 <CCol xs = { 6 } >
676- <CWidgetF
676+ <CWidgetStatsF
677677 className = " mb-3"
678678 color = " warning"
679679 footer = {
@@ -696,26 +696,26 @@ React Alert is prepared for any length of text, as well as an optional close but
696696
697697## API
698698
699- ### CWidgetA
699+ ### CWidgetStatsA
700700
701- <Props of = { CWidgetA } />
701+ <Props of = { CWidgetStatsA } />
702702
703- ### CWidgetB
703+ ### CWidgetStatsB
704704
705- <Props of = { CWidgetB } />
705+ <Props of = { CWidgetStatsB } />
706706
707- ### CWidgetC
707+ ### CWidgetStatsC
708708
709- <Props of = { CWidgetC } />
709+ <Props of = { CWidgetStatsC } />
710710
711- ### CWidgetD
711+ ### CWidgetStatsD
712712
713- <Props of = { CWidgetD } />
713+ <Props of = { CWidgetStatsD } />
714714
715- ### CWidgetE
715+ ### CWidgetStatsE
716716
717- <Props of = { CWidgetE } />
717+ <Props of = { CWidgetStatsE } />
718718
719- ### CWidgetF
719+ ### CWidgetStatsF
720720
721- <Props of = { CWidgetF } />
721+ <Props of = { CWidgetStatsF } />
0 commit comments