We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1c10e commit 3d74113Copy full SHA for 3d74113
1 file changed
README.md
@@ -9,6 +9,7 @@ React component for sortable list based on HTML [Drag and Drop API](https://deve
9
## Features
10
11
- No dependencies
12
+- Mobile touch support
13
- Horizonal and vertical lists
14
15
## Usage
@@ -66,7 +67,6 @@ function App() {
66
67
68

69
-## Contributors
70
+## Note
71
-- [Sergey Ufocoder](https://github.com/ufocoder/)
72
-- [Tim Khazamov](https://github.com/nanot1m/)
+Component use [dragdroptouch](https://github.com/Bernardo-Castilho/dragdroptouch) pollyfill source under the hood
0 commit comments