diff --git a/src/lib/components/Dropdown.svelte b/src/lib/components/Dropdown.svelte new file mode 100644 index 0000000..d7068e3 --- /dev/null +++ b/src/lib/components/Dropdown.svelte @@ -0,0 +1,44 @@ + + +
+ + +
\ No newline at end of file diff --git a/src/lib/components/NavLinkParent.svelte b/src/lib/components/NavLinkParent.svelte index 4988000..b15005a 100644 --- a/src/lib/components/NavLinkParent.svelte +++ b/src/lib/components/NavLinkParent.svelte @@ -1,45 +1,14 @@ -
- - -
\ No newline at end of file + +
{text}
+ {#each children ?? [] as child} +
  • {child.text}
  • + {/each} +
    \ No newline at end of file