Function freya::prelude::DragZone

pub fn DragZone<T, 'a>(
    cx: &'a Scoped<'a, DragZoneProps<'a, T>>
) -> Option<VNode<'a>>where
    T: 'static + Clone,
Expand description

Make the inner children draggable to other DropZone.

Props

See DragZoneProps.