We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7d1ca commit 599a1c2Copy full SHA for 599a1c2
README.md
@@ -49,6 +49,7 @@ onMovePrevious={(data)=>{console.log(data)}}
49
//onSubmit is optional, only implement it whever you need to use it
50
onSubmit={()=>{console.log('Submiting')}}
51
/>
52
+
53
//Implementation with config object
54
<MultiSteps
55
//Move to the next item
0 commit comments