Progress

Upload Speed Row

A file upload row that answers "how much longer" rather than "how many percent": size, speed and time left are derived from three numbers and cannot contradict each other.

What you can change

  • the file name through fileName
  • the transferred size through loaded and the full size through total
  • the throughput through speed — the time left is derived from it

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/progress-004?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 self-contained: one file, no dependencies, its own palette in local variables --vibeui-progress-004-*. A server component: no hooks, and the byte and remainder formatting are pure functions. The percentage, "7 MB of 12 MB" and "5 s left" are derived from loaded, total and speed, so the captions agree by construction. The file mark is a tile with a cut corner on clip-path and the extension as text, so no separate icon is needed. The track grows in width from the value variable with a transition rather than rebuilding the layout. The figures are tabular: with proportional ones the numbers jitter on every update.

Tags

  • progress
  • upload
  • file
  • display
Component source

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

Loading…