Using Custom Elements in Svelte
Svelte fully supports custom elements (e.g. <my-component>
) without any custom configuration or wrapper components and has a perfect score on Custom Elements Everywhere. However, there are still a few quirks you need to watch out for, especially around …