Function freya::prelude::DragZone

source ·
pub fn DragZone<T>(_: DragZoneProps<T>) -> Option<VNode>where
    T: 'static + Clone,
Expand description

Make the inner children draggable to other DropZone.

Props

See DragZoneProps.