File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/@react-spectrum/tabs/docs Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -535,3 +535,33 @@ function Example() {
535
535
);
536
536
}
537
537
```
538
+
539
+ ### Emphasized
540
+ [ View guidelines] ( https://spectrum.adobe.com/page/tabs/#Emphasis )
541
+
542
+ ``` tsx example
543
+ <Tabs aria-label = " Chat log emphasized example" isEmphasized >
544
+ <TabList >
545
+ <Item key = " item1" >
546
+ John Doe
547
+ </Item >
548
+ <Item key = " item2" >
549
+ Jane Doe
550
+ </Item >
551
+ <Item key = " item3" >
552
+ Joe Bloggs
553
+ </Item >
554
+ </TabList >
555
+ <TabPanels >
556
+ <Item key = " item1" >
557
+ There is no prior chat history with John Doe.
558
+ </Item >
559
+ <Item key = " item2" >
560
+ There is no prior chat history with Jane Doe.
561
+ </Item >
562
+ <Item key = " item3" >
563
+ There is no prior chat history with Joe Bloggs.
564
+ </Item >
565
+ </TabPanels >
566
+ </Tabs >
567
+ ```
You can’t perform that action at this time.
0 commit comments