diff --git a/src/components/common/SearchDialog.vue b/src/components/common/SearchDialog.vue new file mode 100644 index 0000000..eadefcc --- /dev/null +++ b/src/components/common/SearchDialog.vue @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + setSelectedIndex(index)" @click=" + () => { + handleSelect(searchResults[index]) + } + "> + + + + {{ result.componentName }} + in {{ result.categoryName }} + + + + + + + + + + + + No results found for "{{ searchValue }}" + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/navs/Header.vue b/src/components/navs/Header.vue index e1f2663..bc0bed2 100644 --- a/src/components/navs/Header.vue +++ b/src/components/navs/Header.vue @@ -5,12 +5,27 @@ - - - +