Components
Navbar
Shows a top navbar menu with dropdown on small devices for your main marketing page.
Basic Usage
Add your logo and nav items to the Navbar.svelte component.
To import the component, use:
Components
Shows a top navbar menu with dropdown on small devices for your main marketing page.
Add your logo and nav items to the Navbar.svelte component.
To import the component, use:
<script>
import "../../app.css"
import NavBar from "$lib/components/NavBar.svelte"
import Footer from "$lib/components/Footer.svelte";
</script>
<NavBar />
<slot />
<Footer />