@@ -126,7 +126,7 @@ const Widgets = () => {
126
126
</ DocsExample >
127
127
< DocsExample href = "components/widgets/#cwidgetstatse" >
128
128
< CRow xs = { { gutter : 4 } } >
129
- < CCol sm = { 4 } lg = { 2 } >
129
+ < CCol sm = { 4 } md = { 3 } xl = { 2 } >
130
130
< CWidgetStatsE
131
131
chart = {
132
132
< CChartBar
@@ -197,7 +197,7 @@ const Widgets = () => {
197
197
value = "1,123"
198
198
/>
199
199
</ CCol >
200
- < CCol sm = { 4 } lg = { 2 } >
200
+ < CCol sm = { 4 } md = { 3 } xl = { 2 } >
201
201
< CWidgetStatsE
202
202
chart = {
203
203
< CChartBar
@@ -268,7 +268,7 @@ const Widgets = () => {
268
268
value = "1,123"
269
269
/>
270
270
</ CCol >
271
- < CCol sm = { 4 } lg = { 2 } >
271
+ < CCol sm = { 4 } md = { 3 } xl = { 2 } >
272
272
< CWidgetStatsE
273
273
chart = {
274
274
< CChartBar
@@ -339,7 +339,7 @@ const Widgets = () => {
339
339
value = "1,123"
340
340
/>
341
341
</ CCol >
342
- < CCol sm = { 4 } lg = { 2 } >
342
+ < CCol sm = { 4 } md = { 3 } xl = { 2 } >
343
343
< CWidgetStatsE
344
344
chart = {
345
345
< CChartLine
@@ -418,7 +418,7 @@ const Widgets = () => {
418
418
value = "1,123"
419
419
/>
420
420
</ CCol >
421
- < CCol sm = { 4 } lg = { 2 } >
421
+ < CCol sm = { 4 } md = { 3 } xl = { 2 } >
422
422
< CWidgetStatsE
423
423
chart = {
424
424
< CChartLine
@@ -497,7 +497,7 @@ const Widgets = () => {
497
497
value = "1,123"
498
498
/>
499
499
</ CCol >
500
- < CCol sm = { 4 } lg = { 2 } >
500
+ < CCol sm = { 4 } md = { 3 } xl = { 2 } >
501
501
< CWidgetStatsE
502
502
chart = {
503
503
< CChartLine
@@ -776,47 +776,47 @@ const Widgets = () => {
776
776
</ DocsExample >
777
777
< DocsExample href = "components/widgets/#cwidgetstatsc" >
778
778
< CRow xs = { { gutter : 4 } } >
779
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
779
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
780
780
< CWidgetStatsC
781
781
icon = { < CIcon icon = { cilPeople } height = { 36 } /> }
782
782
value = "87.500"
783
783
title = "Visitors"
784
784
progress = { { color : 'info' , value : 75 } }
785
785
/>
786
786
</ CCol >
787
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
787
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
788
788
< CWidgetStatsC
789
789
icon = { < CIcon icon = { cilUserFollow } height = { 36 } /> }
790
790
value = "385"
791
791
title = "New Clients"
792
792
progress = { { color : 'success' , value : 75 } }
793
793
/>
794
794
</ CCol >
795
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
795
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
796
796
< CWidgetStatsC
797
797
icon = { < CIcon icon = { cilBasket } height = { 36 } /> }
798
798
value = "1238"
799
799
title = "Products sold"
800
800
progress = { { color : 'warning' , value : 75 } }
801
801
/>
802
802
</ CCol >
803
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
803
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
804
804
< CWidgetStatsC
805
805
icon = { < CIcon icon = { cilChartPie } height = { 36 } /> }
806
806
value = "28%"
807
807
title = "Returning Visitors"
808
808
progress = { { color : 'primary' , value : 75 } }
809
809
/>
810
810
</ CCol >
811
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
811
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
812
812
< CWidgetStatsC
813
813
icon = { < CIcon icon = { cilSpeedometer } height = { 36 } /> }
814
814
value = "5:34:11"
815
815
title = "Avg. Time"
816
816
progress = { { color : 'danger' , value : 75 } }
817
817
/>
818
818
</ CCol >
819
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
819
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
820
820
< CWidgetStatsC
821
821
icon = { < CIcon icon = { cilSpeech } height = { 36 } /> }
822
822
value = "972"
@@ -828,7 +828,7 @@ const Widgets = () => {
828
828
</ DocsExample >
829
829
< DocsExample href = "components/widgets/#cwidgetstatsc" >
830
830
< CRow xs = { { gutter : 4 } } >
831
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
831
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
832
832
< CWidgetStatsC
833
833
color = "info"
834
834
icon = { < CIcon icon = { cilPeople } height = { 36 } /> }
@@ -838,7 +838,7 @@ const Widgets = () => {
838
838
progress = { { value : 75 } }
839
839
/>
840
840
</ CCol >
841
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
841
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
842
842
< CWidgetStatsC
843
843
color = "success"
844
844
icon = { < CIcon icon = { cilUserFollow } height = { 36 } /> }
@@ -848,7 +848,7 @@ const Widgets = () => {
848
848
progress = { { value : 75 } }
849
849
/>
850
850
</ CCol >
851
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
851
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
852
852
< CWidgetStatsC
853
853
color = "warning"
854
854
icon = { < CIcon icon = { cilBasket } height = { 36 } /> }
@@ -858,7 +858,7 @@ const Widgets = () => {
858
858
progress = { { value : 75 } }
859
859
/>
860
860
</ CCol >
861
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
861
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
862
862
< CWidgetStatsC
863
863
color = "primary"
864
864
icon = { < CIcon icon = { cilChartPie } height = { 36 } /> }
@@ -868,7 +868,7 @@ const Widgets = () => {
868
868
progress = { { value : 75 } }
869
869
/>
870
870
</ CCol >
871
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
871
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
872
872
< CWidgetStatsC
873
873
color = "danger"
874
874
icon = { < CIcon icon = { cilSpeedometer } height = { 36 } /> }
@@ -878,7 +878,7 @@ const Widgets = () => {
878
878
progress = { { value : 75 } }
879
879
/>
880
880
</ CCol >
881
- < CCol xs = { 6 } lg = { 4 } xl = { 4 } xxl = { 2 } >
881
+ < CCol xs = { 6 } lg = { 4 } xxl = { 2 } >
882
882
< CWidgetStatsC
883
883
color = "info"
884
884
icon = { < CIcon icon = { cilSpeech } height = { 36 } /> }
0 commit comments