Files
habitica/website/client/config/storybook
negue 72606ad376 Fix Storybook Installation and production build CI (#13465)
* Revert storybook updates - pin versions - add production build CI

* test.yml wasnt added to the commit

Co-authored-by: Sabe Jones <sabrecat@gmail.com>
2021-09-01 18:47:13 -05:00
..
2019-12-05 22:35:23 +01:00
2021-08-30 14:38:12 -05:00

Storybook Updates

Addon-Knobs has been deprecated inorder to update to the new addons-controls we need to:

  1. Change to the new export syntax for each story export const StoryTemplate
  2. And use StoryTemplate.args and StoryTemplate.argTypes to have the same knobs as before

Maybe this can be made story by story and not all at once