Drag and Drop

Drag and drop allow users to drag and drop items in the UI.

1
import {
2
DndContext,
3
Droppable,
4
useDraggable,
5
useDroppable,
6
} from '@cerberus-design/react'

When to use

When you need add drag and drop functionality to the UI.

Usage

preview mode
Drop here

API

This API is a direct export of the dnd kit library

On this page