@@ -48,6 +48,7 @@ class Switches extends Component {
48
48
< Card >
49
49
< CardHeader >
50
50
3d Switch
51
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
51
52
</ CardHeader >
52
53
< CardBody >
53
54
< AppSwitch className = { 'mx-1' } variant = { '3d' } color = { 'primary' } defaultChecked />
@@ -66,6 +67,7 @@ class Switches extends Component {
66
67
< Card >
67
68
< CardHeader >
68
69
3d Switch < small > < code > disabled</ code > </ small >
70
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
69
71
</ CardHeader >
70
72
< CardBody >
71
73
< AppSwitch className = { 'mx-1' } variant = { '3d' } color = { 'primary' } checked disabled />
@@ -85,6 +87,7 @@ class Switches extends Component {
85
87
< Card >
86
88
< CardHeader >
87
89
3d Switch < small > < code > outline="alt"</ code > </ small >
90
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
88
91
</ CardHeader >
89
92
< CardBody >
90
93
< AppSwitch className = { 'mx-1' } variant = { '3d' } color = { 'primary' } checked outline = { 'alt' } />
@@ -103,6 +106,7 @@ class Switches extends Component {
103
106
< Card >
104
107
< CardHeader >
105
108
3d Switch < small > < code > label</ code > </ small >
109
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
106
110
</ CardHeader >
107
111
< CardBody >
108
112
< AppSwitch className = { 'mx-1' } variant = { '3d' } color = { 'primary' } defaultChecked label dataOn = { '\u2713' } dataOff = { '\u2715' } />
@@ -121,6 +125,7 @@ class Switches extends Component {
121
125
< Card >
122
126
< CardHeader >
123
127
3d Switch < small > < code > outline="alt" label</ code > </ small >
128
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
124
129
</ CardHeader >
125
130
< CardBody >
126
131
< AppSwitch className = { 'mx-1' } variant = { '3d' } outline = { 'alt' } color = { 'primary' } defaultChecked label dataOn = { '\u2713' } dataOff = { '\u2715' } />
@@ -139,6 +144,7 @@ class Switches extends Component {
139
144
< Card >
140
145
< CardHeader >
141
146
3d Switch < small > < code > outline="alt" label</ code > </ small >
147
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
142
148
</ CardHeader >
143
149
< CardBody >
144
150
< AppSwitch className = { 'mx-1' } variant = { '3d' } outline = { 'alt' } color = { 'primary' } defaultChecked label />
@@ -157,6 +163,7 @@ class Switches extends Component {
157
163
< Card >
158
164
< CardHeader >
159
165
Switch outline
166
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
160
167
</ CardHeader >
161
168
< CardBody >
162
169
< AppSwitch className = { 'mx-1' } color = { 'primary' } outline checked />
@@ -175,6 +182,7 @@ class Switches extends Component {
175
182
< Card >
176
183
< CardHeader >
177
184
Switch outline pills
185
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
178
186
</ CardHeader >
179
187
< CardBody >
180
188
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } outline checked />
@@ -193,6 +201,7 @@ class Switches extends Component {
193
201
< Card >
194
202
< CardHeader >
195
203
Switch outline alternative
204
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
196
205
</ CardHeader >
197
206
< CardBody >
198
207
< AppSwitch className = { 'mx-1' } color = { 'primary' } outline = { 'alt' } checked />
@@ -212,6 +221,7 @@ class Switches extends Component {
212
221
< Card >
213
222
< CardHeader >
214
223
Switch outline alternative - pills
224
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
215
225
</ CardHeader >
216
226
< CardBody >
217
227
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } outline = { 'alt' } checked />
@@ -231,6 +241,7 @@ class Switches extends Component {
231
241
< Card >
232
242
< CardHeader >
233
243
Switch with text
244
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
234
245
</ CardHeader >
235
246
< CardBody >
236
247
< AppSwitch className = { 'mx-1' } color = { 'primary' } label checked />
@@ -249,6 +260,7 @@ class Switches extends Component {
249
260
< Card >
250
261
< CardHeader >
251
262
Switch with text pills
263
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
252
264
</ CardHeader >
253
265
< CardBody >
254
266
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } label checked />
@@ -267,6 +279,7 @@ class Switches extends Component {
267
279
< Card >
268
280
< CardHeader >
269
281
Switch with text outline
282
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
270
283
</ CardHeader >
271
284
< CardBody >
272
285
< AppSwitch className = { 'mx-1' } color = { 'primary' } outline label checked />
@@ -285,6 +298,7 @@ class Switches extends Component {
285
298
< Card >
286
299
< CardHeader >
287
300
Switch with text outline pills
301
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
288
302
</ CardHeader >
289
303
< CardBody >
290
304
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } outline label checked />
@@ -303,6 +317,7 @@ class Switches extends Component {
303
317
< Card >
304
318
< CardHeader >
305
319
Switch with text outline alternative pills
320
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
306
321
</ CardHeader >
307
322
< CardBody >
308
323
< AppSwitch className = { 'mx-1' } color = { 'primary' } outline = { 'alt' } label checked />
@@ -321,6 +336,7 @@ class Switches extends Component {
321
336
< Card >
322
337
< CardHeader >
323
338
Switch with text outline alternative pills
339
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
324
340
</ CardHeader >
325
341
< CardBody >
326
342
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } outline = { 'alt' } label checked />
@@ -340,6 +356,7 @@ class Switches extends Component {
340
356
< Card >
341
357
< CardHeader >
342
358
Switch with text outline alternative
359
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
343
360
</ CardHeader >
344
361
< CardBody >
345
362
< AppSwitch className = { 'mx-1' } color = { 'primary' } outline checked label dataOn = { '\u2713' } dataOff = { '\u2715' } />
@@ -358,6 +375,7 @@ class Switches extends Component {
358
375
< Card >
359
376
< CardHeader >
360
377
Switch with text outline alternative pills
378
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
361
379
</ CardHeader >
362
380
< CardBody >
363
381
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } outline checked label dataOn = { '\u2713' } dataOff = { '\u2715' } />
@@ -377,6 +395,7 @@ class Switches extends Component {
377
395
< Card >
378
396
< CardHeader >
379
397
Switch with text outline alternative
398
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
380
399
</ CardHeader >
381
400
< CardBody >
382
401
< AppSwitch className = { 'mx-1' } color = { 'primary' } outline = { 'alt' } checked label dataOn = { '\u2713' } dataOff = { '\u2715' } />
@@ -395,6 +414,7 @@ class Switches extends Component {
395
414
< Card >
396
415
< CardHeader >
397
416
Switch with text outline alternative pills
417
+ { ' ' } < a href = "https://coreui.io/pro/react/" className = "badge badge-danger" > CoreUI Pro</ a >
398
418
</ CardHeader >
399
419
< CardBody >
400
420
< AppSwitch className = { 'mx-1' } variant = { 'pill' } color = { 'primary' } outline = { 'alt' } checked label dataOn = { '\u2713' } dataOff = { '\u2715' } />
0 commit comments