wingsuit-designsystem / wingsuit

Twig for Storybook
GNU General Public License v2.0
92 stars 16 forks source link

HTML storybook addon #120

Closed mhlozek closed 3 years ago

mhlozek commented 3 years ago

Hi, I would like to use HTML storybook addon to display rendered HTML code of twig template.

I tried to install addon with npm and then add addon to main.js file, but I ended with some errors in console (Can't resolve 'jquery'...?)

Could you try to add this addon to your system?

Thanks a lot!

christianwiedemann commented 3 years ago

You mean this one https://github.com/whitespace-se/storybook-addon-html

christianwiedemann commented 3 years ago

Hm works for me. I added it to the tailwind starter-kit

html-plugin

Can you give me more info about your setup.

mhlozek commented 3 years ago

Yes, that is the addon I mean and I use bootstrap starter kit.

I just found that jquery was missing in node_modules, so I add it to dev dependencies and it works now 💪