We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As in the example
class WordCount extends HTMLParagraphElement { ... } customElements.define("word-count", WordCount, { extends: "p" });
<p is="word-count"> … </p>
Is there a way to create such component via preact-custom-element?