UI Libraries Examples
Most popular Vue.js UI libraries come with their own built-in form logic and some may tackle a lot of what vee-validate tackles. If you find yourself not satisfied with said library’s logic, you can add vee-validate power up these components.
vee-validate is UI-agnostic, it doesn’t offer any special treatment for the elements/components as long as they emit the right events.
Integrating vee-validate can be different for each UI library, it mostly depends on the library’s ability to outsource the form logic to 3rd party logic and how it tracks the form field values.
In the next few examples you will find examples on how to do that in various ways with the most popular Vue.js libraries in no particular order.
Shadcn Vue
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
ShadCN has an official guide on how to use vee-validate with their components, check it out here.
Vuetify
Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.
Check their official example here.
PrimeVue
PrimeVue is a rich set of open source UI Components for Vue.
Check their official example here.
Quasar
Quasar framework aims to:
Effortlessly build high-performance & high-quality Vue 3 user interfaces in record time
Element Plus
Element Plus, a Vue 3.0 based component library for developers, designers and product managers
Headless UI
Headless UI, a completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
Ionic Framework
Ionic Framework, An open source mobile toolkit for building high quality, cross-platform native and web app experiences.
This example is originally forked from another example created by Aaron Saunders.
Ant Design
Ant Design provides plenty of UI components to enrich your web applications, and we will improve components experience consistently.
Nuxt UI
Nuxt UI is a Fully styled and customizable components for Nuxt.js
Naive UI
Naïve UI Fairly Complete, Theme Customizable, Uses TypeScript, Fast, Kinda Interesting
Bootstrap Vue
With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world’s most popular front-end CSS library
Request a UI library
Can’t find your favorite UI library here? You can request adding an example for it by creating an issue here and we will consider adding it here.