Spinner

Shimmer Skeleton Row

A table-row skeleton with a running shine: one overlay gradient sweeps across static cells via transform, instead of pulsing the whole row.

What you can change

  • the number of cells through columns
  • the message text through label
  • the slab colour through the --vibeui-spinner-010-base variable

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-010?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. Unlike the card built on an opacity pulse, the placeholder here is a table row, and a single overlay element with a linear gradient travels across it through transform: translateX, without recalculating the layout of the cells beneath. The avatar and the row cells are static and merely outline the future metrics of the row. For a screen reader this is one role="status" message with an aria-label, not five grey rectangles. Under prefers-reduced-motion the shine freezes as a static patch in the centre. 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
  • skeleton
  • shimmer
  • table
Component source

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

Loading…