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
1. Vuetify 3 is compatible with Vue 3. Vuetify 3.0.0 was released at the end of October 2022 and is still missing some important features relative to earlier versions.
100
-
2.Headless UI isn't really comparable to the other libraries on the list, but it does attempt to solve similar problems and it is easily popular enough to warrant a mention.
101
-
3.Vant targets mobile browsers and isn't generally suitable for desktop applications.
102
-
4.bootstrap-vue-next started out as bootstrap-vue-3, <ahref="https://www.npmjs.com/package/bootstrap-vue-3"target="_blank"rel="noopener noreferrer">npm</a> <imgalt="npm monthly downloads"src="https://img.shields.io/npm/dm/bootstrap-vue-3?color=%235588cc&label=">. It was an independent rewrite of BootstrapVue: <ahref="https://bootstrap-vue.org/"target="_blank"rel="noopener noreferrer">docs</a>, <ahref="https://www.npmjs.com/package/bootstrap-vue"target="_blank"rel="noopener noreferrer">npm</a> <imgalt="npm monthly downloads"src="https://img.shields.io/npm/dm/bootstrap-vue?color=%235588cc&label=">, which was a very popular Vue 2 component library. In late 2022, BootstrapVue announced work on Vue 3 compatibility, <https://bootstrap-vue.org/vue3>. In early 2023, bootstrap-vue-3 was renamed to bootstrap-vue-next.
110
+
2.Vant targets mobile browsers and isn't generally suitable for desktop applications.
111
+
3.bootstrap-vue-next started out as bootstrap-vue-3, <ahref="https://www.npmjs.com/package/bootstrap-vue-3"target="_blank"rel="noopener noreferrer">npm</a> <imgalt="npm monthly downloads"src="https://img.shields.io/npm/dm/bootstrap-vue-3?color=%235588cc&label=">. It was an independent rewrite of BootstrapVue: <ahref="https://bootstrap-vue.org/"target="_blank"rel="noopener noreferrer">docs</a>, <ahref="https://www.npmjs.com/package/bootstrap-vue"target="_blank"rel="noopener noreferrer">npm</a> <imgalt="npm monthly downloads"src="https://img.shields.io/npm/dm/bootstrap-vue?color=%235588cc&label=">, which was a very popular Vue 2 component library. In late 2022, BootstrapVue announced work on Vue 3 compatibility, <https://bootstrap-vue.org/vue3>. In early 2023, bootstrap-vue-3 was renamed to bootstrap-vue-next.
112
+
4.Flowbite Vue provides Vue components built using Flowbite. Flowbite itself is conceptually similar to Bootstrap or Buefy and is framework-agnostic.
103
113
5. The Vue 2 library Buefy: <ahref="https://buefy.org/"target="_blank"rel="noopener noreferrer">docs</a>, <ahref="https://www.npmjs.com/package/buefy"target="_blank"rel="noopener noreferrer">npm</a> <imgalt="npm monthly downloads"src="https://img.shields.io/npm/dm/buefy?color=%235588cc&label=">, combines Vue with Bulma. The lead maintainer of that project also maintains Oruga UI and recommends using Oruga as the successor to Buefy for Vue 3.
114
+
115
+
## Unstyled Vue components
116
+
117
+
These libraries provide Vue components without styling. They can be used to build your own component library.
All of these libraries can be used with Vue, but some of them include their own JavaScript code to add interactivity, which may clash with Vue. You'll likely need to implement that interactivity yourself instead, or use one of the Vue integrations listed earlier in [Styled Vue components](#styled-vue-components).
0 commit comments