README
Demoing via storybook
For demoing, documenting and showcasing different states of your Web Component, we recommend using storybook.
See our website for full documentation.
Storybook configuration following open-wc recommendations
<script type="module">
import openWcDemoingStorybook from 'https://cdn.skypack.dev/@open-wc/demoing-storybook';
</script>
For demoing, documenting and showcasing different states of your Web Component, we recommend using storybook.
See our website for full documentation.