# @dnd-kit/core

> dnd kit – a lightweight React library for building performant and accessible drag and drop experiences

Latest version **6.3.1** (published 2024-12-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @dnd-kit/core
pnpm add @dnd-kit/core
yarn add @dnd-kit/core
bun add @dnd-kit/core
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 6.3.1 |
| Published | 2024-12-05 |
| First published | 2021-01-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17625 |
| Author | Claudéric Demers |
| Maintainers | clauderic |

## Links

- npm: https://www.npmjs.com/package/@dnd-kit/core
- Repository: https://github.com/clauderic/dnd-kit
- Homepage: https://github.com/clauderic/dnd-kit#readme
- Issues: https://github.com/clauderic/dnd-kit/issues
- npm.io page: https://npm.io/package/@dnd-kit/core

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) ^2.0.0
- [@dnd-kit/utilities](https://npm.io/package/@dnd-kit/utilities.md) ^3.2.2
- [@dnd-kit/accessibility](https://npm.io/package/@dnd-kit/accessibility.md) ^3.1.1

## Recent versions

- 6.3.1 (latest) — 2024-12-05
- 6.3.1-next-202411517925 (next) — 2024-12-05
- 6.3.0 — 2024-12-04
- 6.3.0-next-202410244445 — 2024-11-24
- 6.2.0 — 2024-11-23
- 6.2.0-next-20241023165632 — 2024-11-23
- 6.2.0-next-20241023161720 — 2024-11-23
- 6.2.0-next-2024102316167 — 2024-11-23
- 6.2.0-next-2024102314261 — 2024-11-23
- 6.2.0-next-20241023141346 — 2024-11-23
- 6.2.0-next-20241023141325 — 2024-11-23
- 6.1.0 — 2023-11-06
- 6.1.0-next-2023106221355 — 2023-11-06
- 6.1.0-next-202310621567 — 2023-11-06
- 6.1.0-next-2023106211358 — 2023-11-06
- … 125 more at https://npm.io/package/@dnd-kit/core/versions

## README

# @dnd-kit/core

[![Stable release](https://img.shields.io/npm/v/@dnd-kit/core.svg)](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.

---
_Source: https://npm.io/package/@dnd-kit/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
