@@ -337,43 +337,65 @@ export const TabPanesExample = () => {
337
337
return (
338
338
<>
339
339
<CNav variant = " tabs" role = " tablist" >
340
- <CNavItem >
340
+ <CNavItem role = " presentation " >
341
341
<CNavLink
342
- href = " #!"
343
342
active = { activeKey === 1 }
343
+ component = " button"
344
+ role = " tab"
345
+ aria-controls = " home-tab-pane"
346
+ aria-selected = { activeKey === 1 }
344
347
onClick = { () => setActiveKey (1 )}
345
348
>
346
349
Home
347
350
</CNavLink >
348
351
</CNavItem >
349
- <CNavItem >
352
+ <CNavItem role = " presentation " >
350
353
<CNavLink
351
- href = " #!"
352
354
active = { activeKey === 2 }
355
+ component = " button"
356
+ role = " tab"
357
+ aria-controls = " profile-tab-pane"
358
+ aria-selected = { activeKey === 2 }
353
359
onClick = { () => setActiveKey (2 )}
354
360
>
355
361
Profile
356
362
</CNavLink >
357
363
</CNavItem >
358
- <CNavItem >
364
+ <CNavItem role = " presentation " >
359
365
<CNavLink
360
- href = " #!"
361
366
active = { activeKey === 3 }
367
+ component = " button"
368
+ role = " tab"
369
+ aria-controls = " contact-tab-pane"
370
+ aria-selected = { activeKey === 3 }
362
371
onClick = { () => setActiveKey (3 )}
363
372
>
364
373
Contact
365
374
</CNavLink >
366
375
</CNavItem >
376
+ <CNavItem role = " presentation" >
377
+ <CNavLink
378
+ active = { activeKey === 4 }
379
+ component = " button"
380
+ disabled
381
+ role = " tab"
382
+ aria-controls = " disabled-tab-pane"
383
+ aria-selected = { activeKey === 4 }
384
+ onClick = { () => setActiveKey (4 )}
385
+ >
386
+ Disabled
387
+ </CNavLink >
388
+ </CNavItem >
367
389
</CNav >
368
390
<CTabContent >
369
- <CTabPane role = " tabpanel" aria-labelledby = " home-tab" visible = { activeKey === 1 } >
391
+ <CTabPane role = " tabpanel" aria-labelledby = " home-tab-pane " visible = { activeKey === 1 } >
370
392
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown
371
393
aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan
372
394
helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh
373
395
mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan
374
396
aliquip quis cardigan american apparel, butcher voluptate nisi qui.
375
397
</CTabPane >
376
- <CTabPane role = " tabpanel" aria-labelledby = " profile-tab" visible = { activeKey === 2 } >
398
+ <CTabPane role = " tabpanel" aria-labelledby = " profile-tab-pane " visible = { activeKey === 2 } >
377
399
Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.
378
400
Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan
379
401
four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft
@@ -383,7 +405,7 @@ export const TabPanesExample = () => {
383
405
sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party
384
406
scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
385
407
</CTabPane >
386
- <CTabPane role = " tabpanel" aria-labelledby = " contact-tab" visible = { activeKey === 3 } >
408
+ <CTabPane role = " tabpanel" aria-labelledby = " contact-tab-pane " visible = { activeKey === 3 } >
387
409
Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic
388
410
lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
389
411
tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie
@@ -392,6 +414,15 @@ export const TabPanesExample = () => {
392
414
mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog
393
415
stumptown. Pitchfork sustainable tofu synth chambray yr.
394
416
</CTabPane >
417
+ <CTabPane role = " tabpanel" aria-labelledby = " disabled-tab-pane" visible = { activeKey === 3 } >
418
+ Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic
419
+ lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
420
+ tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica.
421
+ DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh
422
+ mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog.
423
+ Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown.
424
+ Pitchfork sustainable tofu synth chambray yr.
425
+ </CTabPane >
395
426
</CTabContent >
396
427
</>
397
428
)
@@ -406,53 +437,84 @@ const [activeKey, setActiveKey] = useState(1)
406
437
return (
407
438
<>
408
439
< CNav variant= " tabs" role= " tablist" >
409
- < CNavItem>
440
+ < CNavItem role = " presentation " >
410
441
< CNavLink
411
- href= " #!"
412
442
active= {activeKey === 1 }
443
+ component= " button"
444
+ role= " tab"
445
+ aria- controls= " home-tab-pane"
446
+ aria- selected= {activeKey === 1 }
413
447
onClick= {() => setActiveKey (1 )}
414
448
>
415
449
Home
416
450
< / CNavLink>
417
451
< / CNavItem>
418
- < CNavItem>
452
+ < CNavItem role = " presentation " >
419
453
< CNavLink
420
- href= " #!"
421
454
active= {activeKey === 2 }
455
+ component= " button"
456
+ role= " tab"
457
+ aria- controls= " profile-tab-pane"
458
+ aria- selected= {activeKey === 2 }
422
459
onClick= {() => setActiveKey (2 )}
423
460
>
424
461
Profile
425
462
< / CNavLink>
426
463
< / CNavItem>
427
- < CNavItem>
464
+ < CNavItem role = " presentation " >
428
465
< CNavLink
429
- href= " #!"
430
466
active= {activeKey === 3 }
467
+ component= " button"
468
+ role= " tab"
469
+ aria- controls= " contact-tab-pane"
470
+ aria- selected= {activeKey === 3 }
431
471
onClick= {() => setActiveKey (3 )}
432
472
>
433
473
Contact
434
474
< / CNavLink>
435
475
< / CNavItem>
476
+ < CNavItem role= " presentation" >
477
+ < CNavLink
478
+ active= {activeKey === 4 }
479
+ component= " button"
480
+ disabled
481
+ role= " tab"
482
+ aria- controls= " disabled-tab-pane"
483
+ aria- selected= {activeKey === 4 }
484
+ onClick= {() => setActiveKey (4 )}
485
+ >
486
+ Disabled
487
+ < / CNavLink>
488
+ < / CNavItem>
436
489
< / CNav>
437
490
< CTabContent>
438
- < CTabPane role= " tabpanel" aria- labelledby= " home-tab" visible= {activeKey === 1 }>
491
+ < CTabPane role= " tabpanel" aria- labelledby= " home-tab-pane " visible= {activeKey === 1 }>
439
492
Raw denim you probably haven' t heard of them jean shorts Austin. Nesciunt tofu stumptown
440
493
aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan
441
494
helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh
442
495
mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan
443
496
aliquip quis cardigan american apparel, butcher voluptate nisi qui.
444
497
</CTabPane>
445
- <CTabPane role="tabpanel" aria-labelledby="profile-tab" visible={activeKey === 2}>
498
+ <CTabPane role="tabpanel" aria-labelledby="profile-tab-pane " visible={activeKey === 2}>
446
499
Food truck fixie locavore, accusamus mcsweeney' s marfa nulla single- origin coffee squid.
447
500
Exercitation + 1 labore velit, blog sartorial PBR leggings next level wes anderson artisan
448
501
four loko farm- to- table craft beer twee . Qui photo booth letterpress, commodo enim craft
449
- beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR . Homo nostrud organic, assumenda
450
- labore aesthetic magna delectus mollit . Keytar helvetica VHS salvia yr, vero magna velit
451
- sapiente labore stumptown . Vegan fanny pack odio cillum wes anderson 8 - bit, sustainable jean
452
- shorts beard ut DIY ethical culpa terry richardson biodiesel . Art party scenester stumptown,
453
- tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
502
+ beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR . Homo nostrud organic,
503
+ assumenda labore aesthetic magna delectus mollit . Keytar helvetica VHS salvia yr, vero
504
+ magna velit sapiente labore stumptown . Vegan fanny pack odio cillum wes anderson 8 - bit,
505
+ sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel . Art party
506
+ scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
507
+ < / CTabPane>
508
+ < CTabPane role= " tabpanel" aria- labelledby= " contact-tab-pane" visible= {activeKey === 3 }>
509
+ Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney' s organic
510
+ lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
511
+ tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie
512
+ helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork.
513
+ Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro
514
+ mlkshk vice blog. Scenester cred you probably haven' t heard of them, vinyl craft beer blog
515
+ stumptown . Pitchfork sustainable tofu synth chambray yr.
454
516
< / CTabPane>
455
- < CTabPane role= " tabpanel" aria- labelledby= " contact -tab" visible= {activeKey === 3 }>
517
+ < CTabPane role= " tabpanel" aria- labelledby= " disabled -tab-pane " visible= {activeKey === 3 }>
456
518
Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney' s organic
457
519
lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
458
520
tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica.
@@ -473,43 +535,65 @@ export const TabPanesPillsExample = () => {
473
535
return (
474
536
<>
475
537
<CNav variant = " pills" role = " tablist" >
476
- <CNavItem >
538
+ <CNavItem role = " presentation " >
477
539
<CNavLink
478
- href = " #!"
479
540
active = { activeKey === 1 }
541
+ component = " button"
542
+ role = " tab"
543
+ aria-controls = " home-tab-pane"
544
+ aria-selected = { activeKey === 1 }
480
545
onClick = { () => setActiveKey (1 )}
481
546
>
482
547
Home
483
548
</CNavLink >
484
549
</CNavItem >
485
- <CNavItem >
550
+ <CNavItem role = " presentation " >
486
551
<CNavLink
487
- href = " #!"
488
552
active = { activeKey === 2 }
553
+ component = " button"
554
+ role = " tab"
555
+ aria-controls = " profile-tab-pane"
556
+ aria-selected = { activeKey === 2 }
489
557
onClick = { () => setActiveKey (2 )}
490
558
>
491
559
Profile
492
560
</CNavLink >
493
561
</CNavItem >
494
- <CNavItem >
562
+ <CNavItem role = " presentation " >
495
563
<CNavLink
496
- href = " #!"
497
564
active = { activeKey === 3 }
565
+ component = " button"
566
+ role = " tab"
567
+ aria-controls = " contact-tab-pane"
568
+ aria-selected = { activeKey === 3 }
498
569
onClick = { () => setActiveKey (3 )}
499
570
>
500
571
Contact
501
572
</CNavLink >
502
573
</CNavItem >
574
+ <CNavItem role = " presentation" >
575
+ <CNavLink
576
+ active = { activeKey === 4 }
577
+ component = " button"
578
+ disabled
579
+ role = " tab"
580
+ aria-controls = " disabled-tab-pane"
581
+ aria-selected = { activeKey === 4 }
582
+ onClick = { () => setActiveKey (4 )}
583
+ >
584
+ Disabled
585
+ </CNavLink >
586
+ </CNavItem >
503
587
</CNav >
504
588
<CTabContent >
505
- <CTabPane role = " tabpanel" aria-labelledby = " home-tab" visible = { activeKey === 1 } >
589
+ <CTabPane role = " tabpanel" aria-labelledby = " home-tab-pane " visible = { activeKey === 1 } >
506
590
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown
507
591
aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan
508
592
helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh
509
593
mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan
510
594
aliquip quis cardigan american apparel, butcher voluptate nisi qui.
511
595
</CTabPane >
512
- <CTabPane role = " tabpanel" aria-labelledby = " profile-tab" visible = { activeKey === 2 } >
596
+ <CTabPane role = " tabpanel" aria-labelledby = " profile-tab-pane " visible = { activeKey === 2 } >
513
597
Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.
514
598
Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan
515
599
four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft
@@ -519,7 +603,7 @@ export const TabPanesPillsExample = () => {
519
603
sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party
520
604
scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
521
605
</CTabPane >
522
- <CTabPane role = " tabpanel" aria-labelledby = " contact-tab" visible = { activeKey === 3 } >
606
+ <CTabPane role = " tabpanel" aria-labelledby = " contact-tab-pane " visible = { activeKey === 3 } >
523
607
Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic
524
608
lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
525
609
tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie
@@ -528,6 +612,15 @@ export const TabPanesPillsExample = () => {
528
612
mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog
529
613
stumptown. Pitchfork sustainable tofu synth chambray yr.
530
614
</CTabPane >
615
+ <CTabPane role = " tabpanel" aria-labelledby = " disabled-tab-pane" visible = { activeKey === 3 } >
616
+ Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic
617
+ lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
618
+ tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica.
619
+ DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh
620
+ mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog.
621
+ Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown.
622
+ Pitchfork sustainable tofu synth chambray yr.
623
+ </CTabPane >
531
624
</CTabContent >
532
625
</>
533
626
)
@@ -542,53 +635,84 @@ const [activeKey, setActiveKey] = useState(1)
542
635
return (
543
636
<>
544
637
< CNav variant= " pills" role= " tablist" >
545
- < CNavItem>
638
+ < CNavItem role = " presentation " >
546
639
< CNavLink
547
- href= " #!"
548
640
active= {activeKey === 1 }
641
+ component= " button"
642
+ role= " tab"
643
+ aria- controls= " home-tab-pane"
644
+ aria- selected= {activeKey === 1 }
549
645
onClick= {() => setActiveKey (1 )}
550
646
>
551
647
Home
552
648
< / CNavLink>
553
649
< / CNavItem>
554
- < CNavItem>
650
+ < CNavItem role = " presentation " >
555
651
< CNavLink
556
- href= " #!"
557
652
active= {activeKey === 2 }
653
+ component= " button"
654
+ role= " tab"
655
+ aria- controls= " profile-tab-pane"
656
+ aria- selected= {activeKey === 2 }
558
657
onClick= {() => setActiveKey (2 )}
559
658
>
560
659
Profile
561
660
< / CNavLink>
562
661
< / CNavItem>
563
- < CNavItem>
662
+ < CNavItem role = " presentation " >
564
663
< CNavLink
565
- href= " #!"
566
664
active= {activeKey === 3 }
665
+ component= " button"
666
+ role= " tab"
667
+ aria- controls= " contact-tab-pane"
668
+ aria- selected= {activeKey === 3 }
567
669
onClick= {() => setActiveKey (3 )}
568
670
>
569
671
Contact
570
672
< / CNavLink>
571
673
< / CNavItem>
674
+ < CNavItem role= " presentation" >
675
+ < CNavLink
676
+ active= {activeKey === 4 }
677
+ component= " button"
678
+ disabled
679
+ role= " tab"
680
+ aria- controls= " disabled-tab-pane"
681
+ aria- selected= {activeKey === 4 }
682
+ onClick= {() => setActiveKey (4 )}
683
+ >
684
+ Disabled
685
+ < / CNavLink>
686
+ < / CNavItem>
572
687
< / CNav>
573
688
< CTabContent>
574
- < CTabPane role= " tabpanel" aria- labelledby= " home-tab" visible= {activeKey === 1 }>
689
+ < CTabPane role= " tabpanel" aria- labelledby= " home-tab-pane " visible= {activeKey === 1 }>
575
690
Raw denim you probably haven' t heard of them jean shorts Austin. Nesciunt tofu stumptown
576
691
aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan
577
692
helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh
578
693
mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan
579
694
aliquip quis cardigan american apparel, butcher voluptate nisi qui.
580
695
</CTabPane>
581
- <CTabPane role="tabpanel" aria-labelledby="profile-tab" visible={activeKey === 2}>
696
+ <CTabPane role="tabpanel" aria-labelledby="profile-tab-pane " visible={activeKey === 2}>
582
697
Food truck fixie locavore, accusamus mcsweeney' s marfa nulla single- origin coffee squid.
583
698
Exercitation + 1 labore velit, blog sartorial PBR leggings next level wes anderson artisan
584
699
four loko farm- to- table craft beer twee . Qui photo booth letterpress, commodo enim craft
585
- beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR . Homo nostrud organic, assumenda
586
- labore aesthetic magna delectus mollit . Keytar helvetica VHS salvia yr, vero magna velit
587
- sapiente labore stumptown . Vegan fanny pack odio cillum wes anderson 8 - bit, sustainable jean
588
- shorts beard ut DIY ethical culpa terry richardson biodiesel . Art party scenester stumptown,
589
- tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
700
+ beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR . Homo nostrud organic,
701
+ assumenda labore aesthetic magna delectus mollit . Keytar helvetica VHS salvia yr, vero
702
+ magna velit sapiente labore stumptown . Vegan fanny pack odio cillum wes anderson 8 - bit,
703
+ sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel . Art party
704
+ scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
705
+ < / CTabPane>
706
+ < CTabPane role= " tabpanel" aria- labelledby= " contact-tab-pane" visible= {activeKey === 3 }>
707
+ Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney' s organic
708
+ lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
709
+ tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie
710
+ helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork.
711
+ Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro
712
+ mlkshk vice blog. Scenester cred you probably haven' t heard of them, vinyl craft beer blog
713
+ stumptown . Pitchfork sustainable tofu synth chambray yr.
590
714
< / CTabPane>
591
- < CTabPane role= " tabpanel" aria- labelledby= " contact -tab" visible= {activeKey === 3 }>
715
+ < CTabPane role= " tabpanel" aria- labelledby= " disabled -tab-pane " visible= {activeKey === 3 }>
592
716
Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney' s organic
593
717
lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork
594
718
tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica.
0 commit comments