-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
Description
Just recording this as a requested feature, since it comes up from time to time. Not actually saying we should do it, but would be good to track the discussion.
Proposal for <svelte:element>
<script>
export let type = 'div';
</script>
<svelte:element this={type}>
<slot></slot>
</svelte:element>What are the actual use cases? Are there any drawbacks?
Reactions are currently unavailable