Skip to main content

DropZone

Function DropZone 

Source
pub fn DropZone(props: DropZoneProps) -> impl IntoView
Expand description

Wraps children as a drop target registered under id. Highlights while a drag hovers it and runs on_drop with the dropped DragPayload when a drag is released over it.

§Required Props

§Optional Props