-
@passle_ @OpenWc @open Finally it runs and I start writing my first story. I couldn't really find any examples of using #LitElement so I settled for some lit-html with web components. The default glob doesn't include *.ts files I think, which is immediately concerning but I just used JS to start.
-
@passle_ @OpenWc @open Eventually, I also found
storiesOf
which seems like a different way of writing stories, but it isn't actually exported by its package anymore? github.com/open-wc/open-wc/tree/master/packages%2Fdemoing-storybook%2Findex.js?L=4 I assume this was deprecated or something, but I'm not clear on what the "right" way of doing this is. -
@passle_ @OpenWc @open Last couple issues were thay @open-wc/demoing-storybook doesn't have types and I found several references to npmjs.com/package/storybook-addon-web-components-knobs. I'm unclear if I should be using this package, or if there's any difference, or if it's a private package, or what?