init
This commit is contained in:
commit
d761a10bf7
102 changed files with 4761 additions and 0 deletions
8
lib/components/dashboard/modal/Category.svelte
Normal file
8
lib/components/dashboard/modal/Category.svelte
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script lang="ts">
|
||||
export let title: string;
|
||||
</script>
|
||||
|
||||
<div class="flex-grow flex flex-col gap-4 justify-center">
|
||||
<div class="text-2xl leading-[.8] text-text-header font-semibold">{title}</div>
|
||||
<slot />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue