UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

7 lines (6 loc) 298 B
// @flow export const prefix: string = 'data-react-beautiful-dnd'; export const dragHandle: string = `${prefix}-drag-handle`; export const draggable: string = `${prefix}-draggable`; export const droppable: string = `${prefix}-droppable`; export const placeholder: string = `${prefix}-placeholder`;