UNPKG

fluid-dnd

Version:

An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte

10 lines (9 loc) 414 B
export const DRAGGABLE_CLASS = "draggable"; export const DROPPABLE_CLASS = "droppable"; export const HANDLER_CLASS = "handler-class"; export const DRAGGING_CLASS = 'dragging'; export const DRAGGING_HANDLER_CLASS = "dragging-handler-class"; export const DROPPING_CLASS = "dropping"; export const GRABBING_CLASS = "grabbing"; export const GRAB_CLASS = "grab"; export const DISABLE_TRANSITION = "disable-transition";