preactjs-templates / material

The material design `preact-cli` template
MIT License
44 stars 20 forks source link

Can I use Preact Material in Web Components? #25

Open aramkoukia opened 5 years ago

aramkoukia commented 5 years ago

Can I use Preact Material in Web Components? Seems like the CSS import not working for us for some reason when wrapping our preact components with skatejs to be used as web components

Any one has done this before?

prateekbh commented 5 years ago

I haven't tried it, but i assume ther'll be an overhead of loading preact in the shadow dom etc

aramkoukia commented 5 years ago

Preact works fine when wrapped with SkateJs to be used as web components. but the Material UI stuff doesn't seem work as you would use them in regular Preact components

prateekbh commented 5 years ago

Can u give a small repo to reproduce this?