Spinner

Percent Ring Meter

A progress ring with the percentage inside. Suits a file upload or a long operation. Change the percentage, the size and the ring colour.

What you can change

  • the share through value from 0 to 100
  • the action caption through label
  • the ring size through size: sm, md or lg

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/spinner-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

A server component, there are no hooks. The arc is a conic-gradient with a radial mask cutting out its middle: that keeps the ring a single element, with no svg and no second circle covering the centre. The number lies above the ring as a node of its own rather than inside the masked element, otherwise the mask would cut the digits too. The value is clamped to 0–100 inside the component and declared through role=progressbar with aria-valuenow, valuemin and valuemax. The figures are tabular: with proportional ones "11 %" and "88 %" differ in width, and the caption jitters on every update. The theme comes from the surrounding color-scheme through light-dark(): the component has no background by default — it sits on the page background and darkens with it, while the background prop switches on a panel.

Tags

  • spinner
  • progress
  • ring
  • percent
Component source

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

Loading…