AFAIK Quasar is the only Vue UI framework that:<p>- Has documentation that doesn't have ads/sponsorships taking a good chunk of my screen (looking at you Vuetify)<p>- Has Vue3 support ready _today_ (although its Vue3 is still in beta) and is actively under development. Other frameworks say it's on their roadmap and won't be ready for awhile<p>My only grip with Quasar is that its Typescript/SSR support is quite lacking
It is death when you are building something complex that has parts snapped together from various sources so you not only need to choose one of four different <Button> implementations used in different parts of the app but you need to know the API details for each one, how to style it, etc.