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: packages/react/src/components/ProgressIndicator/ProgressIndicator-story.js
-26
Original file line number
Diff line number
Diff line change
@@ -87,16 +87,6 @@ export const Default = () => (
87
87
</ProgressIndicator>
88
88
);
89
89
90
-
Default.parameters={
91
-
info: {
92
-
text: `
93
-
For React usage, ProgressIndicator holds the currentIndex state to indicate which ProgressStep is the current step. The ProgressIndicator component should always be used with ProgressStep components as its children. Changing currentIndex prop will automatically set the ProgressStep components props (complete, incomplete, current).
94
-
For general usage, Progress Indicators display steps in a process. It should indicate when steps have been complete, the active step,
If you register an onChange handler, the Progress Indicator will become interactive. Your parent component should update the currentIndex prop within the onChange handler.
0 commit comments