react-use-wizard icon indicating copy to clipboard operation
react-use-wizard copied to clipboard

Proposal: Using key-properties as references

Open LukasOchmann opened this issue 1 year ago • 0 comments

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")

LukasOchmann avatar May 17 '24 10:05 LukasOchmann