Stencil is an incredible tool that helps you create web components, which you can use with Vanilla Javascript and some frameworks like React, Vue, Angular … , and combined with storybook you can offer an incredible tool for all our community, in this article, I will show you how to save some time and create all your stories in an automatic way.
Note: For this project, we are assuming that you have some basic knowledge of StencilJS
Firstm we need a stencil project for web components. You can do this by following the instructions on the Stencil page. Also, we…