react-use-wizard
react-use-wizard copied to clipboard
Proposal: Using key-properties as references
I realy like the simplicity. I would like to propse an Idea: Using the key prop as reference.
<WIzard>
<Step key="hello"/>
<Step key="other"/>
</Wizard
that would lead to a usage of the gotToStep method like:
goToStep("other")