appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 467 forks source link

ReactiveMap for Vue.js #1664

Closed jpsc closed 3 years ago

jpsc commented 3 years ago

Affected Projects Vue.JS

Is your feature request related to a problem? Please describe. Currently appbase provides for the React version a component to use with maping. It would be great if we could leverage the same for the vue version.

Describe the solution you'd like Create a Vue.js version of the ReactiveMap

Describe alternatives you've considered Wrapping a custom ReactiveBase component on a Google Maps implementation but it would be nicer if were to be officially supported.

larsdouweschuitema commented 3 years ago

@bietkul @lakhansamani Could you look at this

bietkul commented 3 years ago

@jpsc @larsdouweschuitema Sure, we can build the ReactiveMap component for Vue but it would take some time. The workaround is to use ReactiveComponent to build custom search interfaces. https://docs.appbase.io/docs/reactivesearch/vue/advanced/ReactiveComponent/

bietkul commented 3 years ago

The ReactiveGoogleMap component is available now. https://docs.appbase.io/docs/reactivesearch/vue/map/reactivegooglemap/