Function freya_components::DragZone

source ·
pub fn DragZone<'a, T: 'static + Clone>(
    cx: Scope<'a, DragZoneProps<'a, T>>
) -> Element<'a>
Expand description

Make the inner children draggable to other DropZone.

Props

See DragZoneProps.