From 0041c9709582fb4e9ed89f85dc4236ec258ec387 Mon Sep 17 00:00:00 2001 From: Ivan Denysov <4324068+ivandenysov@users.noreply.github.com> Date: Sat, 19 Nov 2022 16:37:42 +0100 Subject: [PATCH] Mention the @dnd-kit/core requirement in sortable/README.md --- presets/sortable/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/presets/sortable/README.md b/presets/sortable/README.md index 1cf674b..10365e3 100644 --- a/presets/sortable/README.md +++ b/presets/sortable/README.md @@ -14,6 +14,10 @@ To get started, install the sortable preset via `npm` or `yarn`: npm install @dnd-kit/sortable ``` +{% hint style="info" %} + You also need to make sure that you have the `@dnd-kit/core` package installed. +{% endhint %} + ## Overview If you're eager to get started right away, here's the code you'll need: