drag-and-drop
Here are 903 public repositories matching this topic...
Plase add a feature to select items using shift key press. Like when user clicks an item and when he press shift and an item the items till the first mouse click to shift key press are to be selected like we can see in windows system or linux system.
- Add the react-beautiful-dnd package
Okay…
- Use the package
import { DragDropContext } from 'react-beautiful-dnd';
This is just an import statement…?
- Profit
🕺
How? Step 2 was just an import statement.
The rest of the doc goes into other topics. I'll have to dig around elsewhere to find out how to actually use it. It's not a helpful installation
I had found a couple of issues that could be clarified in the documentation and examples from the wiki.
Mock Server Files
The example doesn't work correctly when multiple mock files are removed the "drop files here" message is shown early due to the files property not being populated with the entries added programmatically. (I assume because they're objects not file instances). I tri
The contributing guidelines need to be fixed immediately. Issue creation guideline specially. We need to enforce adding label as one of the behaviours while creating a new issue.
cc- @tsov
Thanks for the awesome library but I'm stuck at this requirement, how do we show position or placeholder to drop items while drag an item like below:
So here, the left side is a simple list which contains list items.
Left side is :
- This is not droppable, draggable only
Jsfiddle link
https://jsfiddle.net/dede89/fd1rznmw/
Step by step scenario
incorrect order
<draggable class="dragArea" v-model="list1" :options="{draggable:'.item'}">
<div slot="header">
header slot
</div>
<div v-for="(element, index) in list1" :key="element.id" class="item">
{{element.
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
Jun 11, 2020 - JavaScript
Documentation
First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding)
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::
- Documentation Site (https://docusaurus.io/)
- Translate the docs to ger
Examples available here: http://clauderic.github.io/react-sortable-hoc/
like basic usage, there has the code of this example.
Support all of the examples with it's code ?
- I want to propose a feature
What is the current behavior?
Does not specify which browsers are fully/partially supported.
If this is a feature request, what is motivation or use case for changing the behavior?
Before integrating users would like to know if their desired browser support is available. Would also help to build support if we know which browsers need it.
-
Updated
Jun 18, 2020 - JavaScript
This is a feature request for text ... I'd like to be able to write text with only an outer stroke (no inner stroke).
The main issue with the current fillStroke function is that the stroke gets added to the inside of the font, which makes the font skinnier and hard to read at small sizes.
Here is an example of what Konva does (top text is no stroke, bottom is with a stroke)


Is your feature request related to a problem? Please describe.
readme is lengthy, verbose, not up to date and difficult to navigate.
Describe the solution you'd like
Add a separate set of docs host on github pages or in the wiki.
Describe alternatives you've considered
This is the alternative.
Additional context
Missing API's, missing examples, missing common solution