How to use react-google-charts into Vuejs? - vue.js

I used react-google-charts for Reactjs, then I wanted to use it for Vuejs, but because I didn't know how to transfer react-google-charts to Vuejs. Has anyone used it, show me how to solve it. Thanks!

Related

How to use HTMX in large Vuejs project

We are using Vuejs in our project, but I'm trying to implement HTMX in our view and I have no clue how. I know that I probably can't use HTMX in Vuejs and I can't change our whole project to HTMX right now.
I was thinking to use v-html and generate whole HTMX there but it doesn't work because when I import import 'htmx.org'; based on HTMX doc, vue just hates it :D
Edit: While writing this question, we decided to do it as an separated project but I am curious anyway. Is is even possible? There is not much questions about HTMX yet, I didn't find anything helpful.
I am happy to answer any question for clarification.
Thanks and sorry for my potato english!
I tried to implement HTMX in our VueJs project for separated page or component and it didn't work.

How to use Vuetify and css use together in better way?

Vuetify alone cant be used for web application development? I need to add tailwind css or bootstrap with that or not? Im beginner in this field kindly help to learn veutify. Ik css and veuityf but Idk how to use direct classes in veutify and idk about tcss use in veutify. Plz guide wiht a road map. TY

Pass some query params with Vue

we are trying to use Dexie with Vue. We are loading some table data into the Vue component and we would like to sort it by clicking on the column. We are having problems with changing sort order in livequery. We found a solution for an Angular (https://dexie.org/docs/Tutorial/React#6-pass-some-query-params) but we can't find the same for Vue. Can you please send some light into this case?
Thank you.

How to write interesting Vue.js slider component?

I have to make Vue.js slider component like this: Slider
I'm newbie in Vue.js so i don't really understand how to make such functional and embed into already build project, so give me please some advices how to write and embed it, or maybe there is some ready-made solutions that i can use like an example or just embed into my project?

Vuetify date picker: multiple event indicators

I'm learning Vue and Vuetify right now. And I want to develop a Calendar tool combining Vuetify with Laravel.
With v-calendar it is possible to render multiple 'event-indicators'
See example
With Vuetify 'one' event indicator is possible (example), but I don't know how to manage to make it two or even three. Is there any solution for this?
Yes we can, just pass an array for all the colors you want to assign on a particular date, using the allowed-dates prop. It has been included in the vuetify examples as well.
Refer: https://vuetifyjs.com/en/components/date-pickers/#date-pickers-events
Yeah had a play around with it but doesn't seem you can get it to display multiple events as it is :( You can submit it as a feature though here and they're usually quite quick to respond if it's possible or not. Sorry I can't help any other way.