Skip to main content

DragSource

Function DragSource 

Source
pub fn DragSource(props: DragSourceProps) -> impl IntoView
Expand description

Wraps children as a draggable item. Arms a drag with a DragPayload built from kind, id, and label on pointer down; the drag starts once the pointer moves past the threshold.

§Required Props

§Optional Props