Skip to content

Commit 37d8f61

Browse files
docs(appframesidenav): update end section story
1 parent 091f154 commit 37d8f61

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

components/appframesidenav/stories/appframesidenav.stories.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
control: "boolean",
2424
},
2525
showTopButton: {
26-
name: "Show top button",
26+
name: "Optional button above navigation items",
2727
description: "Displays a button above the navigation items.",
2828
table: {
2929
type: { summary: "boolean" },
@@ -34,7 +34,7 @@ export default {
3434
control: "boolean",
3535
},
3636
topButtonText: {
37-
name: "Top button label text",
37+
name: "Optional button label text",
3838
type: { name: "string" },
3939
table: {
4040
type: { summary: "string" },
@@ -75,8 +75,16 @@ Default.args = {};
7575
export const EndSection = Template.bind({});
7676
EndSection.args = {
7777
customStyles: {
78-
minBlockSize: "450px",
78+
minBlockSize: "600px",
7979
},
80+
items: [
81+
...defaultSideNavItems,
82+
{
83+
label: "Settings",
84+
workflowIconName: "Settings",
85+
isEndSectionStart: true,
86+
},
87+
]
8088
};
8189

8290
/**

0 commit comments

Comments
 (0)