Skip to content
Snippets Groups Projects
Verified Commit 97041984 authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Add Example 10 to docs

parent 0d655541
No related branches found
No related tags found
1 merge request!15Resolve "Overview over dragged elements"
......@@ -16,6 +16,7 @@ module.exports = {
"/examples/DisabledItems.md",
"/examples/Responsive.md",
"/examples/MultipleItemsY.md",
"/examples/Animals.md",
],
},
],
......
# Example 10: Animals
This example shows, how one can find out, if the user is dragging an item,
which item is being dragged and which grid is being dragged over. This is
an example for the proper `isDraggedOver` and the
`containerDragStart` and `containerDragEnd` events.
<ClientOnly>
<script setup>
import ExampleAOverlay from "../../example/src/ExampleAOverlay.vue";
</script>
<ExampleAOverlay />
</ClientOnly>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment