How to integrate StorybookJS into your StencilJS Project | L4 Webdesign

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • In this video I want to show you how you can integrate StorybookJS into you StencilJS project.
    Storybook is a great way to organize all of your web components in a simple way. They complement each other in such a great way. unfortunately Stroybook doesn't support StencilJS natively. So we have to make some configurations.
    For a step by step guide please check
    l4webdesign.de...
    follow me on social media:
    / l4webdesign.de
    / lee-klopfers

КОМЕНТАРІ • 4

  • @cl10k
    @cl10k 8 місяців тому +1

    Useful little tutorial! Thanks!

  • @BennyOgidan
    @BennyOgidan 5 днів тому

    Thanks for this i was interested in seeing how you could do it with different types of arguments e.g. objects or arrays

  • @msaikrishna6100
    @msaikrishna6100 3 місяці тому

    Very useful video thank you so much. but what if i want to maintain stenciljs and storybook should be in a differenct folders. how can i do that. please make a video.

    • @rjborba
      @rjborba 2 місяці тому

      You can literally create a new folder inside your project to hold your storybooks and configure the .storybook to look for the stories in this directory that you created OR you can use a monorepo and have the storybook project on it