Add in Generic Navbar

+ Add DaisyUI and themes used
+ Add in generic navbar + Theming
+ Add in theme switcher (Firefox 120+ required, all others fine)

- Removed some boilerplate svelte stuff
This commit is contained in:
2024-02-26 14:20:32 +10:00
parent 4d3ea83326
commit 2a13698538
6 changed files with 56 additions and 12 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
<h1 class="text-5xl font-bold">Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<input type="checkbox" value="light" class="toggle theme-controller" />
<script>
import Navbar from "../components/navbar/navbar.svelte";
</script>
<Navbar />