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
description: "Array of available apps to navigate to",
30
30
control: false,
31
31
},
32
+
disabled: {
33
+
description: "Disable the menu button",
34
+
control: "boolean",
35
+
},
32
36
onAppSelect: {
33
37
description: "Callback when an app is selected from the dropdown",
34
38
action: "app selected",
@@ -75,12 +79,13 @@ export const Interactive: Story = {
75
79
appIcon: <Home/>,
76
80
appName: "Robot Control Studio",
77
81
apps: sampleApps,
82
+
disabled: false,
78
83
},
79
84
parameters: {
80
85
docs: {
81
86
description: {
82
87
story:
83
-
"Interactive example showing the app header with a dropdown menu. Click the dropdown arrow to see the available apps. The background will blur when the menu is open.",
88
+
"Interactive example showing the app header with a dropdown menu. Click the dropdown arrow to see the available apps. The background will blur when the menu is open. Toggle the 'disabled' control to disable the menu button.",
0 commit comments