Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wizard example #169

Merged
merged 5 commits into from
Aug 6, 2015
Merged

Wizard example #169

merged 5 commits into from
Aug 6, 2015

Conversation

pierr
Copy link
Contributor

@pierr pierr commented Aug 6, 2015

  • Update the form to be able to update for outside its isEdit property in the state
  • Add a wizard example with super simple conf and use (maybe this will be soon converted into a real page component)

configuration

//javascript { componentName: { component: ReferenceToYourComponent, steps:{ //X is the step number X: { isVisible: true | false // Is your node visible in the step. props: {isEdit: true} // this is an example. You just specify the props you want for your component in the given step. } } }, otherComponentName: { component: Ref,//... steps:{} //... Same thing. } }

usage

<Wizard configuration={myConf} />

pierr added a commit that referenced this pull request Aug 6, 2015
@pierr pierr merged commit b7d8316 into master Aug 6, 2015
@pierr pierr deleted the wizard-example branch August 6, 2015 08:13
@pierr
Copy link
Contributor Author

pierr commented Aug 6, 2015

@Bernardstanislas What's your opinion about that ? In the example code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant