initial public commit

This commit is contained in:
Gani Georgiev
2022-07-07 00:19:05 +03:00
commit 3d07f0211d
484 changed files with 92412 additions and 0 deletions
@@ -0,0 +1,10 @@
<script>
// example supported format: {label: "...", value: "...", icon: ""}
export let item = {};
</script>
{#if item.icon}
<i class="icon {item.icon}" />
{/if}
<span class="txt">{item.label || item.name || item.title || item.id || item.value}</span>