useDrop

React UI hook that detects drop events.

hooks
Drop anywhere on page
  • See logs in Actions tab.
  • Drag in and drop files.
  • Cmd + V paste text here.
  • Drag in images from other tabs.
  • Drag in link from navigation bar.
  • Below is state returned by the hook:
{
    "over": false
}

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-use-drop
# └──> Hook coming soon.

Usage