Skip to content

Instantly share code, notes, and snippets.

@cdaz5
Created August 21, 2017 13:13
Show Gist options
  • Save cdaz5/acb13c3bfee0fd97602f314605d855a0 to your computer and use it in GitHub Desktop.
Save cdaz5/acb13c3bfee0fd97602f314605d855a0 to your computer and use it in GitHub Desktop.
Step Component
<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