New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@filerobot/drag-drop

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/drag-drop

Droppable zone UI for Filrobot filerobot. Drag and drop files into it to upload.

3.114.1
Version published
Weekly downloads
290
-49.3%
Maintainers
0
Weekly downloads
 
Created

@filerobot/drag-drop

Plugins Website Version Scaleflex team License CodeSandbox

Filerobot Widget logo

Drag drop container. On Drop it opens Filerobot Media Asset Widget as a modal.

Usage

NPM

npm install --save @filerobot/drag-drop

YARN

yarn add @filerobot/drag-drop

then

import DragDrop from '@filerobot/drag-drop'
...
...
...
filerobot.use(DragDrop, propertiesObject)

CDN

The plugin from CDN is found inside Filerobot global object Filerobot.DragDrop

const DragDrop = window.Filerobot.DragDrop
...
...
...
filerobot.use(DragDrop, propertiesObject)

FAQs

Package last updated on 20 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts