Corrl
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 2
-
-
Corrl created a post, AnsweredCustom Styling for SVELTE tags in Html possible?
In a .svelte file the Html part can contain elements like {#if expression} ...{:else if expression} ...{/if} {#each items as item} ... {/each} {#await expression}...{:then name}...{:catch ...