diff --git a/src/lib/components/ui/Typeahead.svelte b/src/lib/components/ui/Typeahead.svelte new file mode 100644 index 00000000..1f65a227 --- /dev/null +++ b/src/lib/components/ui/Typeahead.svelte @@ -0,0 +1,255 @@ + + + + + +{#if hasWrapper} +
+ {#if label} + + {label} + {#if required} + * + {/if} + + {/if} + +
+ +
+ + {#if error} + {error} + {/if} +
+{:else} +
+ +
+{/if} + +