Seeking guidance on whether Stencil.js
has the capability to add custom attributes or directives, similar to Aurelia/Angular, to already existing elements.
I have not been able to locate any documentation regarding this on their website. There is a lack of information on extending existing elements; the focus seems to be on creating new components.
I am interested in adding a custom attribute to an div
or any other HTML element. Is such functionality supported in Stencil.js?