Timeline

Order Status

An order status where the future is drawn differently from the past: completed steps carry a check mark and a solid line, upcoming ones an empty circle and a dashed line.

What you can change

  • the order number through orderLabel and the estimate through eta
  • the steps through steps: title, note and state done/current/todo
  • the accent colour through accent

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/timeline-003?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, zero dependencies, the palette in the local --vibeui-timeline-003-* variables. Server component: no hooks. The step state is conveyed three ways at once — the marker shape (a check mark, a ring, a hollow circle), the line style (solid versus dashed) and the chip on the current step. The check mark is drawn with two borders of a pseudo-element, so no icon font is needed. The current step is placed on a color-mix panel and tagged with the word "now": it is read first and often alone. The theme comes from the surrounding color-scheme through light-dark(): the block has no surface by default, it sits on the page background and darkens along with it.

Tags

  • timeline
  • order
  • status
  • steps
Component source

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

Loading…