-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Some definitions of HTML tags can be defined inline in same html file source. Either as from inline script tag with custom element class or from HTML markup as Declarative Custom Element.
In both cases the custom tag is
- defined inline in source, hence can not be hardcoded into global custom data file. The tag does not make a sence outside.
- need to be updated on fly, during the edit. As it is done in TS version of Custom Element and immediately available in html literal( Lit ) or JSX ( React ).
Inline DCE sample, there are about a dozen of other implementations, each need the plugin example to follow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels