blitz icon indicating copy to clipboard operation
blitz copied to clipboard

(DRAFT) storybook recipe

Open Umayarz18 opened this issue 2 years ago • 0 comments

Closes: #751

What are the changes and their implications?

Created a new recipe builder to run Storybook for Blitz projects. This recipe provides installing all necessary Storybook dependences along with an example story based on the provided Form component in app/core. By making this recipe, it provides Blitz users with preconfigured stories in its own folder in app/stories so users can get started UI testing their components easily.

Changes:

  • refactor(templates): Provide .mdx sample story instead of TSX
  • refactor(storybook-recipe-builder): modified steps
  • refactor: storybook recipe builder
  • refactor(storybook-recipe): Changed provided stories

Feature Checklist

  • [ ] Added Storybook recipe builder
  • [ ] Provides Template Form stories

Umayarz18 avatar Mar 14 '22 04:03 Umayarz18