Module
React.DndKit.Plugins
- Package
- purescript-react-dnd-kit
- Repository
- i-am-the-slime/purescript-react-dnd-kit
#accessibility Source
accessibility :: PluginManages ARIA attributes for drag-drop operations
#autoScroller Source
autoScroller :: PluginAuto-scrolls containers when dragging near edges
#configureFeedback Source
configureFeedback :: forall r r_. Union r r_ FeedbackConfig => Record r -> Plugin#FeedbackConfig Source
type FeedbackConfig :: Row Typetype FeedbackConfig = (dropAnimation :: DropAnimation)
#DropAnimation Source
data DropAnimation#noDropAnimation Source
noDropAnimation :: DropAnimationDisables the drop return animation.
Use with configureFeedback to prevent items from flying back on drop.
#preventSelection Source
preventSelection :: PluginPrevents text selection while dragging