pub fn DndProvider<T: Clone + PartialEq + 'static>(
_: DndProviderProps<T>,
) -> ElementExpand description
Provides a DndContext<T> to its children.
§Props
For details, see the props struct definition.
phantom:std::marker::PhantomData<T>Internal marker; never set this.
dir:DirectionLayout direction:
Direction::Rtlmirrors keyboard navigation and spatial zone ordering to follow the visual right-to-left flow.release:ReleasePolicy<T>Collision detector, recovery radius, and sticky-hover behavior for this provider’s zones.
children:Element