File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
components/appframesidenav/stories Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default {
23
23
control : "boolean" ,
24
24
} ,
25
25
showTopButton : {
26
- name : "Show top button" ,
26
+ name : "Optional button above navigation items " ,
27
27
description : "Displays a button above the navigation items." ,
28
28
table : {
29
29
type : { summary : "boolean" } ,
@@ -34,7 +34,7 @@ export default {
34
34
control : "boolean" ,
35
35
} ,
36
36
topButtonText : {
37
- name : "Top button label text" ,
37
+ name : "Optional button label text" ,
38
38
type : { name : "string" } ,
39
39
table : {
40
40
type : { summary : "string" } ,
@@ -75,8 +75,16 @@ Default.args = {};
75
75
export const EndSection = Template . bind ( { } ) ;
76
76
EndSection . args = {
77
77
customStyles : {
78
- minBlockSize : "450px " ,
78
+ minBlockSize : "600px " ,
79
79
} ,
80
+ items : [
81
+ ...defaultSideNavItems ,
82
+ {
83
+ label : "Settings" ,
84
+ workflowIconName : "Settings" ,
85
+ isEndSectionStart : true ,
86
+ } ,
87
+ ]
80
88
} ;
81
89
82
90
/**
You can’t perform that action at this time.
0 commit comments