Skip to content

Commit bad2801

Browse files
committed
chore(Switch): add missing Pro badges
1 parent 9cc60d0 commit bad2801

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/views/Base/Switches/Switches.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Switches extends Component {
4848
<Card>
4949
<CardHeader>
5050
3d Switch
51+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
5152
</CardHeader>
5253
<CardBody>
5354
<AppSwitch className={'mx-1'} variant={'3d'} color={'primary'} defaultChecked />
@@ -66,6 +67,7 @@ class Switches extends Component {
6667
<Card>
6768
<CardHeader>
6869
3d Switch <small><code>disabled</code></small>
70+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
6971
</CardHeader>
7072
<CardBody>
7173
<AppSwitch className={'mx-1'} variant={'3d'} color={'primary'} checked disabled />
@@ -85,6 +87,7 @@ class Switches extends Component {
8587
<Card>
8688
<CardHeader>
8789
3d Switch <small><code>outline="alt"</code></small>
90+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
8891
</CardHeader>
8992
<CardBody>
9093
<AppSwitch className={'mx-1'} variant={'3d'} color={'primary'} checked outline={'alt'} />
@@ -103,6 +106,7 @@ class Switches extends Component {
103106
<Card>
104107
<CardHeader>
105108
3d Switch <small><code>label</code></small>
109+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
106110
</CardHeader>
107111
<CardBody>
108112
<AppSwitch className={'mx-1'} variant={'3d'} color={'primary'} defaultChecked label dataOn={'\u2713'} dataOff={'\u2715'} />
@@ -121,6 +125,7 @@ class Switches extends Component {
121125
<Card>
122126
<CardHeader>
123127
3d Switch <small><code>outline="alt" label</code></small>
128+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
124129
</CardHeader>
125130
<CardBody>
126131
<AppSwitch className={'mx-1'} variant={'3d'} outline={'alt'} color={'primary'} defaultChecked label dataOn={'\u2713'} dataOff={'\u2715'} />
@@ -139,6 +144,7 @@ class Switches extends Component {
139144
<Card>
140145
<CardHeader>
141146
3d Switch <small><code>outline="alt" label</code></small>
147+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
142148
</CardHeader>
143149
<CardBody>
144150
<AppSwitch className={'mx-1'} variant={'3d'} outline={'alt'} color={'primary'} defaultChecked label />
@@ -157,6 +163,7 @@ class Switches extends Component {
157163
<Card>
158164
<CardHeader>
159165
Switch outline
166+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
160167
</CardHeader>
161168
<CardBody>
162169
<AppSwitch className={'mx-1'} color={'primary'} outline checked />
@@ -175,6 +182,7 @@ class Switches extends Component {
175182
<Card>
176183
<CardHeader>
177184
Switch outline pills
185+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
178186
</CardHeader>
179187
<CardBody>
180188
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} outline checked />
@@ -193,6 +201,7 @@ class Switches extends Component {
193201
<Card>
194202
<CardHeader>
195203
Switch outline alternative
204+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
196205
</CardHeader>
197206
<CardBody>
198207
<AppSwitch className={'mx-1'} color={'primary'} outline={'alt'} checked />
@@ -212,6 +221,7 @@ class Switches extends Component {
212221
<Card>
213222
<CardHeader>
214223
Switch outline alternative - pills
224+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
215225
</CardHeader>
216226
<CardBody>
217227
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} outline={'alt'} checked />
@@ -231,6 +241,7 @@ class Switches extends Component {
231241
<Card>
232242
<CardHeader>
233243
Switch with text
244+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
234245
</CardHeader>
235246
<CardBody>
236247
<AppSwitch className={'mx-1'} color={'primary'} label checked />
@@ -249,6 +260,7 @@ class Switches extends Component {
249260
<Card>
250261
<CardHeader>
251262
Switch with text pills
263+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
252264
</CardHeader>
253265
<CardBody>
254266
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} label checked />
@@ -267,6 +279,7 @@ class Switches extends Component {
267279
<Card>
268280
<CardHeader>
269281
Switch with text outline
282+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
270283
</CardHeader>
271284
<CardBody>
272285
<AppSwitch className={'mx-1'} color={'primary'} outline label checked />
@@ -285,6 +298,7 @@ class Switches extends Component {
285298
<Card>
286299
<CardHeader>
287300
Switch with text outline pills
301+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
288302
</CardHeader>
289303
<CardBody>
290304
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} outline label checked />
@@ -303,6 +317,7 @@ class Switches extends Component {
303317
<Card>
304318
<CardHeader>
305319
Switch with text outline alternative pills
320+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
306321
</CardHeader>
307322
<CardBody>
308323
<AppSwitch className={'mx-1'} color={'primary'} outline={'alt'} label checked />
@@ -321,6 +336,7 @@ class Switches extends Component {
321336
<Card>
322337
<CardHeader>
323338
Switch with text outline alternative pills
339+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
324340
</CardHeader>
325341
<CardBody>
326342
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} outline={'alt'} label checked />
@@ -340,6 +356,7 @@ class Switches extends Component {
340356
<Card>
341357
<CardHeader>
342358
Switch with text outline alternative
359+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
343360
</CardHeader>
344361
<CardBody>
345362
<AppSwitch className={'mx-1'} color={'primary'} outline checked label dataOn={'\u2713'} dataOff={'\u2715'}/>
@@ -358,6 +375,7 @@ class Switches extends Component {
358375
<Card>
359376
<CardHeader>
360377
Switch with text outline alternative pills
378+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
361379
</CardHeader>
362380
<CardBody>
363381
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} outline checked label dataOn={'\u2713'} dataOff={'\u2715'} />
@@ -377,6 +395,7 @@ class Switches extends Component {
377395
<Card>
378396
<CardHeader>
379397
Switch with text outline alternative
398+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
380399
</CardHeader>
381400
<CardBody>
382401
<AppSwitch className={'mx-1'} color={'primary'} outline={'alt'} checked label dataOn={'\u2713'} dataOff={'\u2715'}/>
@@ -395,6 +414,7 @@ class Switches extends Component {
395414
<Card>
396415
<CardHeader>
397416
Switch with text outline alternative pills
417+
{' '}<a href="https://coreui.io/pro/react/" className="badge badge-danger">CoreUI Pro</a>
398418
</CardHeader>
399419
<CardBody>
400420
<AppSwitch className={'mx-1'} variant={'pill'} color={'primary'} outline={'alt'} checked label dataOn={'\u2713'} dataOff={'\u2715'} />

0 commit comments

Comments
 (0)