Created
August 21, 2017 13:13
-
-
Save cdaz5/acb13c3bfee0fd97602f314605d855a0 to your computer and use it in GitHub Desktop.
Step Component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Steps | |
enabled={this.state.stepsEnabled} | |
steps={this.state.steps} | |
initialStep={this.state.initialStep} | |
onExit={this.onExit} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment