Skip to content

Commit

Permalink
Update README to reflect changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpengellyphillips committed Apr 30, 2022
1 parent f73cbc9 commit 8c4200e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import {
useDragDropContext,
createDraggable,
createDroppable,
transformStyle,
} from "@thisbeyond/solid-dnd";

const Draggable = (props) => {
Expand Down Expand Up @@ -92,8 +91,9 @@ See more examples at https://solid-dnd.com
that is removed from the normal flow.
- [x] Support for different sensors to detect and manage dragging (pointer
sensor provided by default).
- [x] Layout collision detection algorithms (`mostIntersectingLayout` and
`closestLayoutCenter`) for common usage. You can also add your own.
- [x] Layout collision detection algorithms (`mostIntersecting`,
`closestCorners` and `closestCenter`) for common usage. You can also add
your own.
- [x] Sortable list primitives for drag and drop list reordering (currently only
vertical sorting supported).
- [x] Use multiple (or nested) `DragDropProvider` for containers isolated from
Expand Down

0 comments on commit 8c4200e

Please sign in to comment.