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
importProgressIndicatorfrom'~/components/progress-indicator';// `~` is replaced with design-system-react at runtime
5
4
@@ -15,33 +14,53 @@ const steps = [
15
14
{id: 4,label: 'tooltip label #5'},
16
15
];
17
16
18
-
consthandleStepEvent=function(event,data){
19
-
console.log(data);
20
-
};
17
+
/*
18
+
* This example allows you to select the next step and only the next step. Typically, Progress Indicator should be paired with a modal and form errors should be explained outside of this component.
0 commit comments