Beautiful and accessible drag and drop for lists with React
-
Updated
Apr 7, 2022 - JavaScript
{{ message }}
Beautiful and accessible drag and drop for lists with React
Vue drag-and-drop component based on Sortable.js
Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
The JavaScript Drag & Drop library your grandparents warned you about.
Free and Open source Web Builder Framework. Next generation tool for building templates without coding
A draggable and resizable grid layout with responsive breakpoints, for React.
JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list
Infinite responsive, sortable, filterable and draggable layouts
The minimal javascript library to create flowcharts
Simple HTML5 drag-drop zone with React.js.
Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
A multi window layout manager for webapps
A draggable and resizable grid layout, for Vue.js.
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Describe the bug
When using move to lower the position of an element, adding 1 to the index does not work, and 2 needs to be added.
To Reproduce
I implemented the following code to move the element position up and down under the ROOT, but the onDown function did not move the element down.
const {
actions: { move, delete: deleteNode },
query,
} = useEditor();
Drag and drop website builder javascript library.
react-sortable-hoc provides the native event on the onSortEnd callback, that makes it trivial to know which kind of input method was used.
How can we tell from the onDragEnd handler if a drag/sort was performed using the keyboard, mouse, or touch?
全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态
Create Beautiful Tkinter GUIs by Drag and Drop
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Drag-n-Drop Email Editor Component for React.js
Drag and Drop Website Builder and CMS with E-commerce
Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
Add a description, image, and links to the drag-and-drop topic page so that developers can more easily learn about it.
To associate your repository with the drag-and-drop topic, visit your repo's landing page and select "manage topics."
Describe the bug
When using the Swap plugin, it's impossible to cancel a swap once the swap threshold has been met for an item. You can't drag the item back to its original place to prevent a swap. This happens with or without the
revertOnSpill: trueoption.To Reproduce
Steps to reproduce the behavior: