I realy like the simplicity. I would like to propse an Idea: Using the key prop as reference. ```jsx <WIzard> <Step key="hello"/> <Step key="other"/> </Wizard ``` that would lead to a usage of the `gotToStep` method like: ```js goToStep("other") ```