-
-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @dnd-kit/abstract | ||
|
||
[![Stable release](https://img.shields.io/npm/v/@dnd-kit/abstract.svg)](https://npm.im/@dnd-kit/abstract) | ||
|
||
Abstract implementation of @dnd-kit, which can be extended by concrete implementation layers, such as @dnd-kit/dom. | ||
|
||
This package is not meant to be used by most consumers, unless you are planning on building a concrete implementation layer on top of @dnd-kit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# @dnd-kit/dom | ||
|
||
[![Stable release](https://img.shields.io/npm/v/@dnd-kit/dom.svg)](https://npm.im/@dnd-kit/dom) | ||
|
||
The DOM implementation layer for @dnd-kit, built on top of @dnd-kit/abstract | ||
|
||
## Installation | ||
|
||
To get started, install the `@dnd-kit/dom` package via npm or yarn: | ||
|
||
``` | ||
npm install @dnd-kit/dom | ||
``` | ||
|
||
## Usage | ||
|
||
Visit [docs.dndkit.com](https://docs.dndkit.com) to learn how to get started with @dnd-kit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `@turbo/eslint-config` | ||
# `@dnd-kit/eslint-config` | ||
|
||
Collection of internal eslint configurations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# @dnd-kit/geometry | ||
|
||
[![Stable release](https://img.shields.io/npm/v/@dnd-kit/geometry.svg)](https://npm.im/@dnd-kit/geometry) | ||
|
||
## Installation | ||
|
||
To get started, install the `@dnd-kit/geometry` package via npm or yarn: | ||
|
||
``` | ||
npm install @dnd-kit/geometry | ||
``` | ||
|
||
## Usage | ||
|
||
Visit [docs.dndkit.com](https://docs.dndkit.com) to learn how to get started with @dnd-kit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# @dnd-kit/helpers | ||
|
||
[![Stable release](https://img.shields.io/npm/v/@dnd-kit/helpers.svg)](https://npm.im/@dnd-kit/helpers) | ||
|
||
Helpers for working with @dnd-kit. | ||
|
||
## Installation | ||
|
||
To get started, install the `@dnd-kit/helpers` package via npm or yarn: | ||
|
||
``` | ||
npm install @dnd-kit/helpers | ||
``` | ||
|
||
## Usage | ||
|
||
Visit [docs.dndkit.com](https://docs.dndkit.com) to learn how to get started with @dnd-kit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# @dnd-kit/react | ||
|
||
[![Stable release](https://img.shields.io/npm/v/@dnd-kit/react.svg)](https://npm.im/@dnd-kit/react) | ||
|
||
The React layer for @dnd-kit, built on top of @dnd-kit/dom. | ||
|
||
## Installation | ||
|
||
To get started, install the `@dnd-kit/react` package via npm or yarn: | ||
|
||
``` | ||
npm install @dnd-kit/react | ||
``` | ||
|
||
## Usage | ||
|
||
Visit [docs.dndkit.com](https://docs.dndkit.com) to learn how to get started with @dnd-kit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# @dnd-kit/state | ||
|
||
[![Stable release](https://img.shields.io/npm/v/@dnd-kit/state.svg)](https://npm.im/@dnd-kit/state) | ||
|
||
Internal state management library for @dnd-kit |