is-velte
v0.0.1
Published
Create any html tag using a string prop with Svelte
Downloads
1
Readme
WIP: is-velte
Create any html tag using a string prop with Svelte
Usage
<script>
import Is from "is-velte";
</script>
<Is tag="p">
Hello Paragraph
</Is>
The default tag
prop is a div
string.