A reusable svelte component
with svelte:
import Component from 'component'; <Component />
standalone
new Component({ target: document.querySelector('#yourId'), props: { } });