Quasar

Quasar is a open-source VueJS framework that provides more than 70 custom components that follow the material design language. It is designed with performance and responsiveness in mind and integrates well into other VueJS projects.

Unlike other UI frameworks, such as TailwindCSS, Quasar uses actual VueJS components instead of just CSS classes. This allows for more flexibility of the provided options for the components. For example theres a component for displaying when a request was sent to the server by looking for a custom url Ajax Bar, Autoplaying Carousels and even a WYSIWYG editor.

Some utility functions are also provided by this framework, for example for handling dates, handling colors some other formating utilities.

To install Quasar into a Vite project, use:

$ npm install quasar@latest @quasar/extras@latest
$ npm install -D @quasar/vite-plugin@latest sass-embedded@^1.93.2

Sources