feat: Created base set of components
This commit is contained in:
9
src/components/PageIcon.svelte
Normal file
9
src/components/PageIcon.svelte
Normal 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>
|
Reference in New Issue
Block a user