diff --git a/src/lib/components/search/SearchOptionItem.svelte b/src/lib/components/search/SearchOptionItem.svelte new file mode 100644 index 00000000..6b9edc8b --- /dev/null +++ b/src/lib/components/search/SearchOptionItem.svelte @@ -0,0 +1,101 @@ + + + + +
+ +
+ {label} + {#if type === 'Character'} + + {/if} +
+ {#if showType} + {type} + {/if} +
+ +