DEV Community

Discussion on: Creating Web Components with Stencil.js

Collapse
 
isaacdlyman profile image
Isaac Lyman

This is awesome. How good is browser support for shadow DOM/web components these days?

Collapse
 
jorgerafaelsj profile image
Jorge Suarez • Edited

Hi Isaac! Stencil.js falls back on scoped CSS when Shadow DOM is not supported by the browser so it would still work to my understanding.

IE, Edge, and Firefox are not supported yet according to this source: caniuse.com/#feat=shadowdomv1 (Firefox can be enabled, its just not the default)