Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
# @dnd-kit/core
|
||
|
||
[](https://npm.im/@dnd-kit/core)
|
||
|
||
@dnd-kit – a lightweight React library for building performant and accessible drag and drop experiences.
|
||
|
||
## Installation
|
||
|
||
To get started, install the `@dnd-kit/core` package via npm or yarn:
|
||
|
||
```
|
||
npm install @dnd-kit/core
|
||
```
|
||
|
||
## Usage
|
||
|
||
Visit [docs.dndkit.com](https://docs.dndkit.com) to learn how to get started with @dnd-kit.
|