Empty

Project Dropzone

An empty project as a live drop zone: the border lights up while files are being dragged over it, not only once they are dropped.

What you can change

  • title and text — the heading and the explanation
  • actionLabel and the onAction handler — the wording and opening the system file dialog
  • formats — the accepted formats and size line

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/empty-019?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

The component is client-side: useState keeps the isDragging flag, toggled by the onDragOver, onDragLeave and onDrop handlers on the root block — the border highlight changes in real time, not only once a file has been dropped. The files are passed outwards through onDropFiles, and parsing the FileList stays with the calling code. The button is a second door into the same action for those who do not drag with a mouse. The icon is an inline svg, and the padding is computed from its own width through @container.

Tags

  • empty
  • project
  • upload
  • dropzone
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…