Slide 12
Slide 12 text
What is the promise of Web Components
The promise of Web Components is to bring the same ease of use to any
custom code/component
● standard
● reusable
● Encapsulated
○ external CSS won’t impact the design of your component, ie. your component will always
look the same wherever it’s used
● Customizable via APIs
○ exposed and documented Properties, Methods, CSS Custom Properties…)