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/progressbar/stories/progressbar.stories.js
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ export default {
26
26
table: {
27
27
type: {summary: "string"},
28
28
category: "Component",
29
-
// todo: side labels are not supported according to S1 documentation, but will be in S2. Remove the disable: true once S2 is released
30
-
disable: true,
31
29
},
32
30
options: ["top","side"],
33
31
control: "select",
@@ -174,6 +172,20 @@ WithoutValue.parameters = {
174
172
chromatic: {disableSnapshot: true},
175
173
};
176
174
175
+
/**
176
+
* Labels are placed by default on top of the progress bar, but can also be positioned on the side. Side labels are most useful when vertical space is limited.
0 commit comments