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.
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.
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.
116
+
2. Nuxt UI can be used without Nuxt.
117
+
3. Vant targets mobile browsers and isn't generally suitable for desktop applications.
118
+
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.
119
+
5. Flowbite Vue provides Vue components built using Flowbite. Flowbite itself is conceptually similar to Bootstrap or Buefy and is framework-agnostic.
120
+
6. 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
121
115
122
## Unstyled Vue components
116
123
@@ -128,18 +135,22 @@ These libraries provide Vue components without styling. They can be used to buil
Prior to version 2, Reka UI was known as Radix Vue: <ahref="https://www.radix-vue.com/"target="_blank"rel="noopener noreferrer">docs</a>, <ahref="https://www.npmjs.com/package/radix-vue"target="_blank"rel="noopener noreferrer">npm</a> <imgalt="npm monthly downloads"src="https://img.shields.io/npm/dm/radix-vue?color=%235588cc&label=">.
147
+
139
148
There are also collections of example Vue components that use these two libraries:
140
149
141
150
*[Tailwind UI](https://tailwindui.com/) - Headless UI and Tailwind CSS.
0 commit comments