feat: Created base set of components

This commit is contained in:
2025-09-15 12:14:46 +01:00
parent f145eae132
commit c7050cb91e
14 changed files with 618 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<script>
export let iconClass = 'devicon-htmx-plain';
</script>
<span
class="fixed lg:top-4 bottom-4 left-4 text-5xl z-[1000] text-grey"
>
<i class={iconClass}></i>
</span>