formkit
Vue Forms ⚡️ Supercharged (by formkit)
Vue.Draggable
Vue drag-and-drop component based on Sortable.js (by SortableJS)
formkit | Vue.Draggable | |
---|---|---|
37 | 11 | |
4,461 | 20,312 | |
1.1% | 0.1% | |
9.0 | 0.0 | |
5 months ago | about 1 year ago | |
TypeScript | JavaScript | |
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.
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.
formkit
Posts with mentions or reviews of formkit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-20.
-
Top 5 Drag-and-Drop Libraries for React
formkit/drag-and-drop is a relatively new, lightweight library developed by the team behind FormKit, a form framework for Vue. Unlike traditional drag-and-drop libraries that manipulate the DOM directly, this one takes a different approach: instead of physically moving elements around, it updates a underlying reactive data model that you provide. This means that rather than worrying about manually reordering elements, you let the library handle updates to your data structure, making it feel more like a natural extension of reactive frameworks.
-
A simple Vue form validation composable with Zod
The Vue ecosystem is packed with many great form validation libraries, VeeValidate, Vuelidate, and FormKit just to name a few.
-
Vue UI kits/component libraries?
if you're going to be dealing with forms then FormKit (not a UI library) is worth your time. It's an architecture-first form framework — can be used with any UI library if you prefer.
-
Nuxt UI is one of the best UI libraries out there
I probably say this too often, but I'm fascinated by how much the Vue ecosystem has been thriving lately. Recent releases of such awesome libraries like FormKit or Radix Vue are great examples of how well the Vue ecosystem has matured lately.
- Celebrate Vue.js with us Support devs and projects, and win cool stuff
-
Create a custom toggle input for Vue FormKit using Headless UI
FormKit is a library that helps you build complex forms in Vue. It is built on top of Vue 3 and uses the composition API. It is very easy to use and has a lot of features. You can check out Formkit Website for more information.
-
Help a fellow backend dev chose a frontend framework for his personal project
If you're in the Vue space (and you will be if you're using Nuxt) then I highly recommend checking out FormKit (I'm one of the maintainers). It's not a UI library — it's a framework for managing your form architecture and data. Forms are some of the most complicated front-end work you'll do if you do them well and FormKit will save you many many tears. If you want a quick primer on "why formkit?" here's a 3-minute video that demonstrates how much simpler a FormKit form will be to manage vs one hand-written in Vue.
-
From React to Vue
If your project requires building forms then FormKit can save you a lot of effort.
-
Using Zod with FormKit
Starting with Beta 17 — FormKit ships with a new Zod plugin that you can use to validate your forms.
-
There's got to be a simpler way to make a responsive textarea...right? Right???
Unironically this, but it's called FormKit. 🥲
Vue.Draggable
Posts with mentions or reviews of Vue.Draggable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-07.
- How to use Nodemailer with Cypress 10?
-
What are some of the best/most useful Vue libraries you've used?
Vue Draggable is a library I seem to use constantly. If you need draggabilty then it’s a nice one to have. Changed a bit for vue 3 but still very useful.
-
VueJS animation when moving rendered items from an array
U might search for something like this https://github.com/SortableJS/Vue.Draggable
-
How can I move "questions" to another topic with Vuejs 3 and vuedraggable?
Check out this example https://github.com/SortableJS/Vue.Draggable/blob/master/example/components/two-lists.vue
-
Let's create our own Vue JS plugin
If you're using Vue JS for a while then you have probably used some plugins with it as well. For example the Vue Router is a plugin. And there are many other useful plugins available like vue-infinite-loading, vuedraggable etc. But sometimes you might not have a plugin available for your need in that case you'd have to write your own plugin. And guess what? To create a Vue plugin all you have to do is create a JavaScript file that exports a object with a install method in it. So inside the src folder let's create a folder called plugins and inside that will have a JavaScript file named MyPlugin.js
-
Creating a sortable list using VueJS
The output should look something like this But the list is not sortable so let make is sortable now. To do that we are going to use Vue.Draggable so install it by running npm i vuedraggable. Now you can import it and use it like a component. So to make our list sortable we simply have to wrap our list with draggable and we also have to use our todos for its v-model
-
Is there a library that works with Bootstrap-Vue b-table to make the rows drag-and-drop?
But if you're looking for Vue specific solution, you can take a look at Vue.Draggable - VueJS 2 version, Vue 3 version which is also based on SortableJS library.
-
Does anyone know which Vue.JS package is used on DrawSql.app?
They might have used something like this for the list drag and drop.
-
Treeview with drag and drop?
Maybe look at the nested list function of https://github.com/SortableJS/Vue.Draggable
-
How to use vue draggable with vue router?
Maybe check out vue sortable instead of draggable. I think it covers your needs and it works with one wrap around your components. https://github.com/SortableJS/Vue.Draggable
What are some alternatives?
When comparing formkit and Vue.Draggable you can also consider the following projects:
vee-validate - ✅ Painless Vue forms
sortablejs - Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
auto-animate - A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.
wappalyzer - Identify technology on websites.
vue-good-table - An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
Dragula - :ok_hand: Drag and drop so simple it hurts