Socket
Socket
Sign inDemoInstall

react-reorder-list

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "react-reorder-list",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple react component that facilitates the reordering of JSX/HTML elements through drag-and-drop functionality, allowing for easy position changes.",

@@ -20,5 +20,3 @@ "type": "module",

"dnd",
"typescript",
"jsx",
"html"
"typescript"
],

@@ -25,0 +23,0 @@ "author": "Sahil Aggarwal",

@@ -89,3 +89,3 @@ # react-reorder-list

| `selectedItemOpacity` | `Number (0 to 1)` | No | 0.5 | This determines the opacity of the item being dragged, until released. |
| `onPositionChange` | [`PositionChangeHandler`](#positionchangehandler) | No | - | |
| `onPositionChange` | [`PositionChangeHandler`](#positionchangehandler) | No | - | Function to be executed on item position change. |
| `disable` | `Boolean` | No | false | When set to true, `ReorderList` will work as a plain `div` with no functionality. |

@@ -92,0 +92,0 @@ | `props` | `React.DetailedHTMLProps` | No | - | Props to customize the `<ReorderList>` component. |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc