How to use DragDropHelper from fluentUI / office-ui-fabric?

280 Views Asked by At

FluentUI (aka office-ui-fabric) has a helper class named DragDropHelper. Unfortunately there isn't any documentation, and I don't really understand how I'm expected to use it.

A short example would be appreciated.

1

There are 1 best solutions below

0
On

Have you seen this example (click on the "show code").

Specifically look at the implementation of _getDragDropEvents and the _insertBeforeItems.