Redrop
CtrlK
Github
  • Getting Started
    • Welcome
    • Installation Guide
    • Quickstart
      • Basic Usage
      • How Options work
      • Utility functions
  • API Docs
    • API Reference
    • ReDrop
      • Class: ReDrop
      • getDraggables()
      • getDroppables()
      • makeDraggable()
      • makeDraggables()
      • makeDroppable()
      • makeDroppables()
      • transferElm()
      • unregister()
      • setData()
      • updateOptions()
      • disable()
      • enable()
    • Options
    • DND State
    • Type definitions
Powered by GitBook
On this page
  1. Getting Started

Quickstart

This document provides a concise overview of the Redrop library, explaining its core methods and features. It focuses on enhancing understanding of the library by covering the

Basic usage
  • How to create a instance of Redrop (dndManager)

  • How to make elements draggable and droppable

  • How to attach drag and drop events

How drag and drop options work
  • How options works and how to use options

  • Key points about options

Utility functions
  • transferElm utility function

  • createImgElm utility function

It is highly recommend to go through API Docs to understand more about the Methods, Options and Type definitions.

PreviousInstallation GuideNextBasic Usage

Last updated 8 months ago