You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’re currently looking to add a data-theme switcher addon for use with DaisyUI, but would it be in anyway possible to add the ability to manage storybook addons, so that you could add your own?
The text was updated successfully, but these errors were encountered:
I'm working on a more complete solution but I recently merged #107 to the 1.x branch which includes the blast:publish-storybook-config task. This, unsurprisingly, publishes the .storybook directory from the blast vendor dir into your project dir which means you can install storybook addons in your project and add them to the addons array in .storybook/main.js.
As of right now it only supports addons that don't require any updates to stories (this is what I'm working on at the moment) but it should allow you to use the addon you've linked there. You can either update the global_types data directly in .storybook/preview.js or using storybook_global_types in config/blast.php.
We’re currently looking to add a data-theme switcher addon for use with DaisyUI, but would it be in anyway possible to add the ability to manage storybook addons, so that you could add your own?
The text was updated successfully, but these errors were encountered: