Minor styling update
This commit is contained in:
8
src/lib/components/Loader.svelte
Normal file
8
src/lib/components/Loader.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { Spinner } from 'flowbite-svelte';
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col gap-5 items-center justify-center h-full p-10">
|
||||
<Spinner size={'8'} />
|
||||
<slot>Loading...</slot>
|
||||
</div>
|
||||
Reference in New Issue
Block a user