Socket
Socket
Sign inDemoInstall

@filerobot/drag-drop

Package Overview
Dependencies
Maintainers
0
Versions
568
Alerts
File Explorer

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.


Version published
Maintainers
0
Created
Source

@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 25 Sep 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc