deprecate / metal-clay-components

10 stars 14 forks source link

Export WebComponents #138

Closed jbalsas closed 6 years ago

jbalsas commented 6 years ago

Metal.js@2.14.0 is out, and with it the possibility of generating WebComponents automatically

We should update all clay components so that they are exposed as WebComponents as well!

/cc @carloslancha, @matuzalemsteles

matuzalemsteles commented 6 years ago

Awesome 🎉.

Will we use a polyfill to support the older browsers in Clay? With the use of WebComponents.

robframpton commented 6 years ago

Hey @matuzalemsteles

Yeah the polyfill is necessary for some browsers. However, it should degrade gracefully if web components are not supported. So we don't need to force people to load the polyfill.