I'm trying to learn storybook.js by starting with @storybook/html. Apart from the Storybook guide to setup HTML and the HTML-kitchen-sink example, I cant find any other examples or projects for HTML.
Most of the HTML related storybook examples I see use React. I'm unable to understand why React is being imported for HTML projects. The goal of my learning is to create a styleguide and eventually standalone components of all the basic HTML elements so that developers can plug the component in their applications.
Can anyone help me providing a sample project or some documentation for creating HTML-only storybook?