You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify is a great UI library for Vue, but the only version supporting Vue 3 is currently in Beta and many components are still missing/buggy (which is expected from a beta, it shouldn't have been used in the first place, so no shame on their side).
Quasar on the other hand supports Vue 3 and has more components than Vuetify. IMHO, they also look better as they are a little less stylized but still adhere to Material Design.
We use the following components from Vuetify:
VApp
VNavigationDrawer
VTextField
VList & VListItem
VListGroup
VRow & VCol
VAppBar & VAppBarNavIcon
VMain
VBreadcrumbs
VContainer
VProgressCircular
VAlert
VCard
VBtn
Each of these need to be replaced with a corresponding Quasar component.
Apart from that, we also use the following functionalities provided by Vuetify:
Custom handling for navigation drawer state
Custom global theme colors
These also must be replaced or provided by Quasar.
The text was updated successfully, but these errors were encountered:
Vuetify is a great UI library for Vue, but the only version supporting Vue 3 is currently in Beta and many components are still missing/buggy (which is expected from a beta, it shouldn't have been used in the first place, so no shame on their side).
Quasar on the other hand supports Vue 3 and has more components than Vuetify. IMHO, they also look better as they are a little less stylized but still adhere to Material Design.
We use the following components from Vuetify:
VApp
VNavigationDrawer
VTextField
VList
&VListItem
VListGroup
VRow
&VCol
VAppBar
&VAppBarNavIcon
VMain
VBreadcrumbs
VContainer
VProgressCircular
VAlert
VCard
VBtn
Each of these need to be replaced with a corresponding Quasar component.
Apart from that, we also use the following functionalities provided by Vuetify:
These also must be replaced or provided by Quasar.
The text was updated successfully, but these errors were encountered: