md_wizard_steps
v1.1.13
Published
<Wizard updateStore={this.updateStore} getStore={this.getStore} nextText="Next" preText="Prev" >
Downloads
4
Readme
<Wizard updateStore={this.updateStore} getStore={this.getStore} nextText="Next" preText="Prev" >
<FirstStep
title="Enter Username"
placeholder="Enter Username" name="userName" headImg="https://images.vexels.com/media/users/3/135118/isolated/preview/676bf0e9f3c16649cd7f426c6dcd755a-flat-user-sign-with-round-background-by-vexels.png"
/>
<SecondStep
title="Enter Password"
placeholder="Enter Password" type="password" headImg="https://images.vexels.com/media/users/3/135118/isolated/preview/676bf0e9f3c16649cd7f426c6dcd755a-flat-user-sign-with-round-background-by-vexels.png" />
<ThirdStep
title="Enter Address"
placeholder="Enter Address" name="password" name="address" headImg="https://images.vexels.com/media/users/3/135118/isolated/preview/676bf0e9f3c16649cd7f426c6dcd755a-flat-user-sign-with-round-background-by-vexels.png" />
</Wizard>