reusejs / all

1 stars 0 forks source link

Wizard #38

Open Sowmyareddy22 opened 3 years ago

Sowmyareddy22 commented 3 years ago

https://codesandbox.io/s/react-wizard-om988

Sowmyareddy22 commented 3 years ago

@faizanmohiuddin482 I have moved this issue to "In progress" and assigned it to you. You can work on this component in the codesandbox which I have mentioned in the description.

faizanmohiuddin482 commented 3 years ago

@faizanmohiuddin482 I have moved this issue to "In progress" and assigned it to you. You can work on this component in the codesandbox which I have mentioned in the description.

Okay @Sowmyareddy22

faizanmohiuddin482 commented 3 years ago

https://codesandbox.io/s/react-wizard-om988

I am not able to save the work in the above codesandbox, gives some technical error from their side. So I've created a new codesandbox where I'm working on the component. To see the changes please go to this link . https://codesandbox.io/s/react-beta-wizard-tmmg3?file=/src/App.js

rjvim commented 3 years ago

@Sowmyareddy22 @faizanmohiuddin482 Going by the above implementation, wizards etc., don't actually need a component at all?

If it's boiling down to incrementing and decrementing pages, it means, we don't have enough requirement to make it a component yet?

Sowmyareddy22 commented 3 years ago

@rjvim @faizanmohiuddin482 What's the exact use case? Does it just include the "Next" and "Previous" buttons(for incrementing and decrementing the pages)?

faizanmohiuddin482 commented 3 years ago

@rjvim @faizanmohiuddin482 What's the exact use case? Does it just include the "Next" and "Previous" buttons(for incrementing and decrementing the pages)?

If we talk about billing module, the use case is a three step wizard form.