You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our team would like to use Svelte to build our application on top of an existing collection of custom elements (web components) that aren't built with Svelte. We would like to use "bind:property" on these custom elements. Is there a way to create a custom implementation of a property binding that we can define for these elements?
Example:
<other-element bind:other-value={value}>
The text was updated successfully, but these errors were encountered:
Question
Our team would like to use Svelte to build our application on top of an existing collection of custom elements (web components) that aren't built with Svelte. We would like to use "bind:property" on these custom elements. Is there a way to create a custom implementation of a property binding that we can define for these elements?
Example:
The text was updated successfully, but these errors were encountered: