@highlight-ui/drag-and-drop
v3.1.4
Published
Drag-and-Drop components for Highlight UI
Downloads
3,710
Maintainers
Keywords
Readme
@highlight-ui/drag-and-drop
Installation
yarn add @highlight-ui/drag-and-drop [email protected] [email protected]
Usage
In your TypeScript file:
import {
DragAndDropList,
DragAndDropListProps,
DragIcon,
DragIconProps,
DraggableItem,
DraggableItemProps,
} from '@highlight-ui/drag-and-drop';
In your (S)CSS file:
@import url('@highlight-ui/drag-and-drop');