Utility helpers for Vue DnD Kit — reactive flags and helpers that work with @vue-dnd-kit/core.
@vue-dnd-kit/utilities — small add-on for @vue-dnd-kit/core. Provides composable helpers that return reactive state (e.g. “is this element being dragged?” or “is it selected?”).
- Lightweight — thin layer over core, no extra runtime
- Reactive — returns
ComputedRef<boolean>for use in templates or watchers - TypeScript — fully typed
npm install @vue-dnd-kit/utilitiesyarn add @vue-dnd-kit/utilitiespnpm add @vue-dnd-kit/utilitiesPeer dependencies: Vue 3, @vue-dnd-kit/core ^2.0.0