@dnd-kit-contextless/core
v9.0.14
Published
dnd kit – a lightweight React library for building performant and accessible drag and drop experiences. Contextless version abandons use of context for the state
Downloads
693
Readme
@dnd-kit-contextless/core
@dnd-kit-contextless – a lightweight React library for building performant and accessible drag and drop experiences. This is a fork of @dnd-kit/sortable
, but without React.createContext
or React.useContext
.
Installation
To get started, install the @dnd-kit-contextless/core
package via npm or yarn:
npm install @dnd-kit-contextless/core
Usage
Visit original docs.dndkit.com to learn how to get started with @dnd-kit.