We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a395b commit 58245c5Copy full SHA for 58245c5
components/appframesidenav/stories/appframesidenav.stories.js
@@ -75,8 +75,16 @@ Default.args = {};
75
export const EndSection = Template.bind({});
76
EndSection.args = {
77
customStyles: {
78
- minBlockSize: "450px",
+ minBlockSize: "600px",
79
},
80
+ items: [
81
+ ...defaultSideNavItems,
82
+ {
83
+ label: "Settings",
84
+ workflowIconName: "Settings",
85
+ isEndSectionStart: true,
86
+ },
87
+ ]
88
};
89
90
/**
0 commit comments