Module

React.DndKit.Plugins

Package
purescript-react-dnd-kit
Repository
i-am-the-slime/purescript-react-dnd-kit

#accessibility Source

accessibility :: Plugin

Manages ARIA attributes for drag-drop operations

#autoScroller Source

autoScroller :: Plugin

Auto-scrolls containers when dragging near edges

#cursor Source

cursor :: Plugin

Updates cursor styles during drag

#feedback Source

feedback :: Plugin

Manages visual feedback (move/clone/overlay) while dragging

#configureFeedback Source

configureFeedback :: forall r r_. Union r r_ FeedbackConfig => Record r -> Plugin

#FeedbackConfig Source

type FeedbackConfig :: Row Typetype FeedbackConfig = (dropAnimation :: DropAnimation)

#DropAnimation Source

#noDropAnimation Source

noDropAnimation :: DropAnimation

Disables the drop return animation. Use with configureFeedback to prevent items from flying back on drop.

#preventSelection Source

preventSelection :: Plugin

Prevents text selection while dragging