Drop Zone
A drop zone is an area into which one or multiple objects can be dragged and dropped.

Installation

In the terminal, run the following command to begin:
npx hq-kit add drop-zone

Basic

DropZone provides support for mouse, keyboard, and touch interactions. Simply connect the onDrop prop to handle all the drop actions. Additionally, you will receive real-time updates through onDropEnter, onDropMove, and onDropExit events as users interact with the drop zone.

Using FileTrigger

The FileTrigger component can be used to select files from the file system, making it an excellent tool for managing files that have been dragged and dropped into the browser.

Or drag and drop PNG, JPG, GIF up to 10MB