mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 08:06:56 +00:00
TitleDiv, BottomDiv 컴포넌트 추가
This commit is contained in:
7
src/lib/components/divs/BottomDiv.svelte
Normal file
7
src/lib/components/divs/BottomDiv.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div class="sticky bottom-0 flex w-full flex-col items-center gap-y-2 bg-white">
|
||||
{@render children?.()}
|
||||
</div>
|
||||
Reference in New Issue
Block a user