Address the feedback

This commit is contained in:
jonniebigodes 2023-07-17 20:18:39 +01:00
parent 2f73436c49
commit 42e5c32f50

View File

@ -50,11 +50,11 @@ The command above will make the following changes to your local environment:
## Run the Setup Wizard
If all goes well, you should see a setup wizard that will help you get started with Storybook introducing you to the main concepts and features, including how the UI is organized, how to write your first story, and how to use addons to extend Storybook's functionality.
If all goes well, you should see a setup wizard that will help you get started with Storybook introducing you to the main concepts and features, including how the UI is organized, how to write your first story, and how to test your components' response to various inputs utilizing [controls](../essentials/controls).
![Storybook onboarding](./example-onboarding-wizard.png)
If you skipped the wizard, you can always run it again by adding the `?path=/onboarding` query parameter to the URL of your Storybook instance.
If you skipped the wizard, you can always run it again by adding the `?path=/onboarding` query parameter to the URL of your Storybook instance, provided that the example stories are still available.
</IfRenderer>