File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
"@babel/plugin-proposal-private-property-in-object" : " ^7.16.7" ,
10
10
"@babel/preset-react" : " ^7.24.1" ,
11
11
"@react-aria/dnd" : " ^3.6.1" ,
12
+ "@react-spectrum/accordion" : " 3.0.0-alpha.35" ,
12
13
"@react-spectrum/color" : " ^3.0.0-beta.28" ,
13
14
"@react-spectrum/provider" : " ^3.9.7" ,
14
15
"@react-spectrum/toast" : " ^3.0.0-beta.7" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ export default function NavigationExamples() {
33
33
</ Item >
34
34
</ TabPanels >
35
35
</ Tabs >
36
- < Accordion >
36
+ < h3 > Accordion</ h3 >
37
+ < Accordion maxWidth = "size-3600" >
37
38
< Disclosure id = "files" >
38
39
< DisclosureHeader >
39
40
Files
@@ -51,12 +52,11 @@ export default function NavigationExamples() {
51
52
</ DisclosurePanel >
52
53
</ Disclosure >
53
54
</ Accordion >
55
+ < h3 > Disclosure</ h3 >
54
56
< Disclosure >
55
- < DisclosureHeader >
56
- System information
57
- </ DisclosureHeader >
57
+ < DisclosureHeader > System Requirements</ DisclosureHeader >
58
58
< DisclosurePanel >
59
- < p > Details about system information </ p >
59
+ < p > Details about system requirements here. </ p >
60
60
</ DisclosurePanel >
61
61
</ Disclosure >
62
62
</ Flex >
You can’t perform that action at this time.
0 commit comments