Dragula
sortablejs
Dragula | sortablejs | |
---|---|---|
8 | 27 | |
22,011 | 29,510 | |
- | 0.7% | |
3.7 | 4.7 | |
4 months ago | about 1 month ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
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.
Dragula
-
Made a free website for practicing what's taught in Tobira: Gateway to Advanced Japanese
Yup, I wrote the majority of the site's functionality using vanilla JS. I did use dragula for the drag and drop and easytimer for the timing though.
-
Drag and drop in the React.js
dragula
-
Best way to update element position (drag & drop)
You can take a look at how others like dragular implemented the drag & drop function .. https://github.com/bevacqua/dragula
-
Show HN: Drovp – Convenient UI for any drag and drop operations
I used Dragula[^1] for a form builder in the past and had quit a pleasent experience. Though I don't know how it would hold with a drag centric (card game) UI
[1]: https://bevacqua.github.io/dragula/
-
How to fix the ReferenceError: global is not defined error in SvelteKit/Vite
https://github.com/vitejs/vite/issues/2778 https://github.com/vitejs/vite/issues/728 https://github.com/bevacqua/dragula/issues/602 https://kit.svelte.dev/faq#aliases
-
Best options for Drag and Drop
https://bevacqua.github.io/dragula/ is dependency-free. It is what I'd consider.
- What's the state of "drag and drop" UI development?
-
Drag and Drop that works on desktop and mobile?
Dragula is always my go-to drag and drop library. It has mobile support as well.
sortablejs
-
Frontend Libraries for Your Next Project
SortableJS is a touch-friendly library that enables drag-and-drop sorting of lists. Its simple API and flexibility make it a go-to solution for implementing sortable lists, providing an intuitive user experience for rearranging items on the fly.
-
How to create a drag and drop with Tailwind CSS and JavaScript
Sortable.js
-
A feature-rich front-end drag-and-drop component library
We've been using SortableJS for years for similar functionality.
https://sortablejs.github.io/Sortable/
-
Multi-column drag and drop with SortableJS and Stimulus
Well, it worked. But only for one case: dragging stuff within only one column. You see, stimulus-sortable uses SortableJS under the hood, which is powerful.
-
Suggestions for a library that can resize/move panels on a grid-like basis? Like the AWS dashboard widgets.
Maybe: https://github.com/SortableJS/Sortable Can do this not sure.
-
Show HN: An open source visual editor for React
Well, there are obvious leading contenders like `https://sortablejs.github.io/Sortable/` and, within the `vue` space, `https://sortablejs.github.io/vue.draggable.next/`. Most of the stuff I looked at was unmaintained (lots not updated for vue3).
I really disliked the vuedraggable was handling nesting, and it's just a wrapper around a sortable. At the end of the day, my problem was simple enough that I didn't want a 500kb dependency. If you're wanting to do something like the OP but with nesting, I'd definitely start by looking at Sortable, though (maybe wrapping it the way you want).
- SortableJS: Library for reorderable drag-and-drop lists
-
Ruby on Rails #119 Trello Clone. Advanced Drag and Drop Sortable Lists with Hotwire
Have you looked into alternatives to SortableJS btw? It's a good library but it's also pretty big (43kb) based on https://github.com/SortableJS/Sortable/blob/master/Sortable.min.js.
- react sortable-js, two types of items and nested items
-
How to use Nodemailer with Cypress 10?
after(() => { cy.task('sendMail', 'This will be output to email address') .then(result => console.log(result)); }) //zadanie A it("navstiv stranku a vyhladaj a elementy v casti Framework Support", ()=>{ cy.visit('https://sortablejs.github.io/Sortable/#cloning')
What are some alternatives?
hammer.js - A javascript library for multi-touch gestures :// You can touch this
react-sortable-hoc - A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
nanogallery2 - a modern photo / video gallery and lightbox [JS library]
HTML5Sortable - VanillaJS sortable lists and grids using native HTML5 drag and drop API.
Vue.Draggable - Vue drag-and-drop component based on Sortable.js
dropzone - Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
HumanInput - A JavaScript library for handling keyboard shortcuts and other human-generated events
bootstrap-select - :rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.
touchemulator - Emulate touch input on your desktop
react-beautiful-dnd - Beautiful and accessible drag and drop for lists with React
westures - Delightfully robust multitouch gestures for JavaScript