pub fn DragSource(props: DragSourceProps) -> impl IntoViewExpand 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
- kind:
impl Into<String> - id:
impl Into<String> - children:
Children
§Optional Props
- label:
impl Into<String> - class:
impl Into<String>