Function freya::components::DropZone

source ·
pub fn DropZone<T, 'a>(
    cx: &'a Scoped<'a, DropZoneProps<'a, T>>
) -> Option<VNode<'a>>where
    T: 'static + Clone,
Expand description

Elements from DragZones can be dropped here.

Props

See DropZoneProps.