diff --git a/src/lib/components/GlobalSearch.svelte b/src/lib/components/GlobalSearch.svelte new file mode 100644 index 0000000..d2049dd --- /dev/null +++ b/src/lib/components/GlobalSearch.svelte @@ -0,0 +1,185 @@ + + +{#if open} + (open = false)} title="Search on page" description=""> +
+ + + +
+
+{/if} + + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 921d3e7..f58e107 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,7 @@
@@ -13,6 +14,8 @@
+ +