Component Config
Full Reference
js
<!-- @custom-element my-component template="foo" shadow="none" -->Tag Name
- required
- should be lowercase
- must contain at least one hyphen (
-) - must not start with an Number
- more
Template
- optional
lazyoreager- default is set by defaultTemplate
Shadow
- optional
openornone- default is set by Plugin Config
