Extensibility
Plugins
Extend beyond the core functionality with plugins.
Overview
Plugins are a powerful way to extend the core functionality of @dnd-kit. They can be used to add new features, or modify existing behavior.
Almost every non-essential feature in dnd kit is implemented as a plugin, and can be disabled or replaced. This includes sensors, modifiers and other non-vital functionality, such as:
API Reference
Plugin
The Plugin
class is the base interface for all plugins.