start of routing

This commit is contained in:
vcoppe
2024-04-22 19:36:31 +02:00
parent 32b15feb0a
commit d46662e038
18 changed files with 455 additions and 74 deletions

View File

@@ -0,0 +1,9 @@
<script lang="ts">
import { flyAndScale } from '$lib/utils';
</script>
<div in:flyAndScale={{ x: -2, y: 0, duration: 100 }} class="translate-x-1 h-full">
<div class="rounded-md shadow-md pointer-events-auto">
<slot />
</div>
</div>