This page includes examples showing how to use the generic base `Component` class for Web Components. The `Component` class extends `HTMLElement`.
If you are building an app that uses Web Components this class can be used to speed up development because it reduces the amount of code needed and automatically provides and API based on `props`.
View the page source for examples.