Enhance Drag-N-Drop README with Internal Drag and Drop Info (#4869)

* Enhance README with internal drag and drop info

Added details about internal drag and drop functionality.

* Update UNRELEASED_CHANGE.md
This commit is contained in:
Ndianabasi Udonkang 2026-01-10 10:00:52 +01:00 committed by GitHub
commit 897479d52b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,7 @@ After processing, the content will be moved to the main changelog and this file
<!-- New features, capabilities, or enhancements -->
## Changed
<!-- Changes in existing functionality -->
- Update the README for the `Drag N Drop` example and highlights that `Internal Drag and Drop` is demonstrated with the example @ndianabasi
## Fixed
<!-- Bug fixes -->

View file

@ -60,9 +60,11 @@ go run main.go
Then drag files from your desktop or file manager into the drop zone.
## See also
## HTML5 Drag and Drop API
- [html-dnd-api](../html-dnd-api) - For dragging elements *within* your application (HTML5 Drag and Drop API)
This example also includes a demonstration for dragging elements *within* your application via the HTML5 Drag and Drop API.
Scroll down to the `Internal Drag and Drop` section within the launched application to interact with the demo.
## Status