nuxt-modules / algolia

🔎 Algolia module for Nuxt
https://algolia.nuxtjs.org/
MIT License
191 stars 35 forks source link

add AlgoliaSearchBar component #83

Closed Baroshem closed 2 years ago

Baroshem commented 2 years ago

Is your feature request related to a problem? Please describe.

Similarly to what I have created for the nuxt-newsletter, I think it would be beneficial to have an unstyled but working search bar component that users can easily use in their application without using the vue instantsearch.

Describe the solution you'd like

https://github.com/Baroshem/nuxt-shopify-tailwind/blob/294729ad6a0d2871522bf68750a7d75128c2eb34/components/TheHeader.vue

Describe alternatives you've considered

Additional context

Baroshem commented 2 years ago

After a long trying out session I decided not to implement this feature as it would require several slots/props to make it work dynamically and in the end it would require developers to write almost equal amount of code as when developing search bar from scratch.