Update Vuetify
Does "not importing any styles" count as unstyled? https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#remove-all-style-imports
Not clear what the difference between "select button" and "toggle button" is but we have https://vuetifyjs.com/en/components/button-groups/
Hi :)
Does "not importing any styles" count as unstyled?
In my mind, a library is "unstyled" if it has been thought from the ground up to let the styling up to the user. Note that a library can be both if both modes are thought. This is the case for PrimeVue. I don't know Vuetify very well so I let you judge :)
Not clear what the difference between "select button" and "toggle button" is
If my memory serves me right, it mirrors https://primevue.org/selectbutton/ and https://primevue.org/togglebutton/
I've added links
Is there a reason this hasn't been merged?
Unless I'm mistaken, I wrote comments with questions and had no answer.
Anyway, I'm working on a v2 that will allow to track included components in a easier way. I close this PR for now, but let's discuss it after the v2 release if stuff is still missing