svelte-webcomponent-boilerplate
svelte-webcomponent-boilerplate copied to clipboard
🏗 Create your HTML5 Web Component with Svelte. Made your web components with this user-friendly boilerplate
### Versions - **App Version:** v2.0.1 - **Node Version:** v14.19.1 - **Operating System:** mac os (m1) - **Browser:** Google Chrome Version 100.0.4896.127 ### Expected Behavior ### Actual Behavior ### Steps...
# Svelte refs: [#3852](https://github.com/sveltejs/svelte/issues/3852) [#875](https://github.com/sveltejs/svelte/issues/875) # Example HTML: ```html ``` Svelte file: ```html export let headerText; {headerText} ``` `headerText` is undefined. # Workaround: You can use `{$$props["header-text"]}` but if user...