bootstrap-vue-next VS primevue

Compare bootstrap-vue-next vs primevue and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
bootstrap-vue-next primevue
8 91
26 7,910
- 8.3%
9.5 9.9
8 months ago 6 days ago
TypeScript CSS
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bootstrap-vue-next

Posts with mentions or reviews of bootstrap-vue-next. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-01.
  • What is the story with BootstrapVue now?
    2 projects | /r/vuejs | 1 Mar 2023
    There's this project: https://github.com/bootstrap-vue/bootstrap-vue-next . But considering low number of dynamic components in Bootstrap, it is pretty easy to build a wrapper only for them yourself, and use other elements as simple HTML.
  • Is the Vue 2 -> 3 migration painful to you, too?
    2 projects | /r/vuejs | 26 Oct 2022
    Moving over to typescript and vue 2.7 has been great, and we are making progress on refactoring our components to the composition API. But if by next summer there is no suitable replacement to bootstrap-vue ready, then there will be a lot of pain. I realize the maintainer of bootstrap-vue is in Ukraine so my hope is that this project can make it in time.
  • Day 2: sidetracked
    1 project | dev.to | 21 Sep 2022
    But it misses some really basic things. Like a carousel for example. So in the end, I got sidetracked making a PR for it: https://github.com/cdmoro/bootstrap-vue-3/pull/691
  • Why are none of the good UI frameworks compatible with Vue 3 yet?
    7 projects | /r/vuejs | 13 Mar 2022
    https://github.com/cdmoro/bootstrap-vue-3 wonder if anyone tried this guy’s version yet
  • Vue3 migration… not now (how did it go for you ?)
    2 projects | /r/vuejs | 13 Feb 2022
  • I just released the free Bootstrap 5 components library for Vue 3.
    2 projects | /r/vuejs | 21 Dec 2021
    Somebody already ported bootstrap vue here https://github.com/cdmoro/bootstrap-vue-3. not going to lie but your implementation seems like just a wrapper which people do not want html/css abstracted if they don't have extra functionality. I'd rather use my own components which literally take a few minutes to write and you can specify whatever you want in there instead of being restricted by using your library. Just seems like a headache to me when there is a bug or I need to expand on the feature, sorry just my honest feedback. Maybe the library could just be base components that people can copy paste?
  • Bootstrap-vue Alternatives
    3 projects | /r/vuejs | 30 Nov 2021
    I found a forked alternative that looks promising (https://github.com/cdmoro/bootstrap-vue-3)
  • No cheating
    22 projects | /r/HolUp | 19 Oct 2021

primevue

Posts with mentions or reviews of primevue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • PrimeVue: The Next-Gen UI Suite for Vue.js
    1 project | news.ycombinator.com | 11 Apr 2024
  • Build your own Vue UI library with Unstyled PrimeVue Core and Tailwind CSS
    1 project | dev.to | 7 Jan 2024
    PrimeVue unstyled core and Tailwind CSS would be a perfect toolset if you require to build a custom UI library. The main idea is to create your UI component by wrapping a PrimeVue component, pass your props as fall through and configure the pass-through Tailwind preset locally instead of a global configuration.
  • A simple Vue form validation composable with Zod
    6 projects | dev.to | 9 Dec 2023
    Here is a Stackblitz showcasing the useValidation composable in action https://stackblitz.com/edit/vue-use-validation-composable?file=src%2FApp.vue. The form is using components from PrimeVue and includes fields for a user's profile information, featuring nested address details.
  • Ask HN: What framework/tools to use to build front end in 2023?
    6 projects | news.ycombinator.com | 11 Nov 2023
    I'm for Vue/Nuxt. While reading React code is fine, I found it easy to shoot myself in the foot (causing circular effects or getting no reactivity) in a way Vue didn't. Vue feels more explicit. I like React's TSX for embedding HTML, but Vue's splitting of model and view appeals to me. I'm torn on that one.

    Vue's ecosystem isn't as big, but it's an established framework. Both React and Vue feel easier to work with than Angular. RxJS is really cool, but also very comprehensive, making it difficult to keep the entire API in mind. At least for me, who only use it casually (used to use it more while at Google.) And on top of that, I have to know the Angular API. Angular used to be great for Material Design, but I nowadays there are MD packages for all systems.

    Nuxt is for Vue what Next is for React: SSR and SSG. It adds auto-imports, which is nice. At this point, I see no reason to use Vue alone, since there's always something that can be pre-rendered. Perhaps the frontpage, or help pages. Since Vue itself provides entrypoints for SSR, Nuxt is more of a file-structure based router that just simplifies things. The documentation is a bit sparse on e.g. the difference between a plugin and a module, and I usually resort to navigating their source to understand things. That might not be everyone's cup of tea.

    If what you're writing is a web app, there is also Quasar, built on top of Vue. Similar to Nuxt in that it ties in directory structure, build system and MVC framework. It is also a Material Design UI widget library. Their selling point is that you can build mobile apps, and web apps with the same library. I.e. like React Native. I felt it strays too far away from the core simplicity of Vue, unlike Nuxt, but it's no doubt a very capable framework.

    Finally, I'm currently using PrimeVue as the UI widget/theming library on top of Vue. It's okay. :\ Switched to it when the Vue Bootstrap project decided to to support Vue 3 (or whatever the situation was.) I haven't come across anything that's actively broken or missing. The companion library PrimeFlex provides layout CSS. Annoyingly, they've decided to close GitHub FRs, and some (far from all) bugs, and just keep track of them internally. Makes it more dificult to communicate, but I don't know their reasoning behind it (they didn't respond when I asked.)

    * https://vuejs.org/

    * https://nuxt.com/

    * https://vitejs.dev/

    * https://primevue.org/

    * https://primeflex.org/

    * https://quasar.dev/

  • A design system for the federal government
    12 projects | news.ycombinator.com | 10 Sep 2023
  • 90+ Vue UI Components Styled with Tailwind CSS
    1 project | dev.to | 31 Aug 2023
    PrimeVue has recently announced the new Unstyled mode that removes the default styling and exposes the component internals via pass through props API. With the unstyled mode, components do the hard work by providing the feature set and accessibility out of the box but leaves out the styling to the user.
  • Should I use Nuxt to build my potentially Amazon like complex web app.
    5 projects | /r/Nuxt | 16 Jun 2023
    - Primevue (https://primevue.org/) is also pretty good, and is getting an unstyled tailwind-compat version pretty soon
  • Making own nuxt-like framework with bun
    3 projects | dev.to | 10 Jun 2023
    Till buchta v0.6 is out, the Vue plugin has a temporary solution on how to use Vue plugins. Currently we will focus on 3rd party vue components primevue
  • Create a Shopping Cart with Vuejs and Pinia
    6 projects | dev.to | 19 Apr 2023
    Primevue is a big collection of Vuejs UI Components with top-notch quality to help you implement all your UI requirements in style.
  • Mobile UI library
    2 projects | /r/Nuxt | 25 Mar 2023
    I use PrimeVue

What are some alternatives?

When comparing bootstrap-vue-next and primevue you can also consider the following projects:

bootstrap-vue - BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time

formik-mui - Bindings for using Formik with Material-UI

vuetify - 🐉 Vue Component Framework

vue-dock-menu - ⚓Dockable Menu bar for Vue

setoolkit - The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.

sakai-vue - Free Vue Admin Template by PrimeVue

porth

ant-design-vue - 🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

TermuxBlack - Termux repository for hacking tools and packages

naive-ui - A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.