You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/appframesidenav/stories/appframesidenav.stories.js
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,17 @@ export default {
42
42
},
43
43
control: "text",
44
44
},
45
+
showDividers: {
46
+
name: "Show dividers",
47
+
description: "Displays dividers between navigation sections.",
48
+
table: {
49
+
type: {summary: "boolean"},
50
+
defaultValue: {summary: false},
51
+
category: "Component",
52
+
},
53
+
type: {required: true},
54
+
control: "boolean",
55
+
},
45
56
items: {
46
57
name: "Navigation items",
47
58
description: "Array of objects with `label` and `workflowIconName`. Optionally, `isCurrent` marks the current page. `isEndSectionBoundary` marks the first nav item that should be aligned at the optional bottom \"end section\"; this should only be applied to one item.",
0 commit comments