Jason Miller
Jason Miller
That would be awesome @JodusNodus!
There are now! 👍
I'd love to set at least a readme up, listing the available components and their props. It might be possible to generate that from the JSDoc annotations already in the...
yup, can do. the static site generator from preact-www would work, or even just gh-pages' readme default.
Alright I just quickly generated some (script now runs during build, `npm run docs`). The markdown output isn't great, but it's better than nothing I guess: https://github.com/developit/preact-mdl/blob/master/docs.md
lol it exists, wouldn't say it's overly useful. I was hoping for nicer output, but you have to go HTML for any configuration options there.
Interesting - I haven't seen this issue come up on ESBench, which uses dynamic tabs. Not sure why!
heh - yeah probably. also it's probably an _ancient_ version of mdl at this point.
I'm really hoping to start work on a Preact wrapper around material-components-web.
This happens because the module is being imported as ESM. `node-url` is only published as CJS, so it always triggers emulated `exports.default` in Webpack. @janicklas-ralph - It might be worth...