Add Header of some form

This commit is contained in:
2024-08-09 16:52:56 +02:00
parent 3a4839cd24
commit 9c6ac0ef51
7 changed files with 43 additions and 77 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
</script>
<header class="flex h-22 items-center justify-between bg-base-100 shadow-lg sticky top-0 z-50 border-b
border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
a cheeky lil header
</header>