Kicking off this post i would like to share a new ui framework i use quite frequently when working on my projects. This one is called Vuetify. It was built using the marterial design cascade popularized by Google. This designs follow patterns so every component we
Vuetify is a great choice when picking a dev ui framework as includes:
- It is easy and intuitive to use
- Has one of the most vibrant and active communities in the Vue ecosystem
- With regularly scheduled patches, you can feel confident knowing your application will be supported and updated as fixes and new features are pushed
- And you won’t have to worry whether the components are accessible or supported across the various browsers. Vuetify has you covered.
Vuetify is expecting a major release in Q3 allowing devs to use this library when using Vue 3 and its new composition API.
Ref: https://vuetifyjs.com/en/introduction/roadmap/#in-development
I encourage developers on hive to try giving a try to vuetify if you are familiar with Vue, it wont dissapoint you :)