Hero

Metrics Hero

A hero that argues with numbers: a narrow column of copy on the left and three large counters on rules to the right. Units sit at their own size and the figures are aligned with tabular-nums.

What you can change

  • the eyebrow, title and lede copy, the label and href of the primary button
  • the stats array: value, unit and label of every metric
  • the footnote copy under the figures

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/hero-009?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, one file, zero dependencies. The --vibeui-hero-009-* palette, and the theme comes from the surrounding color-scheme through light-dark(); there is no backdrop by default — the block sits on the page background, and the backdrop is set with the background prop. The counters are marked up as a <dl> of pairs: the value in a <dd>, the label in a <dt>, with the order swapped through order, so the number visually comes first while the pair stays correct in the markup. The numbers are set in font-variant-numeric: tabular-nums. From 56rem the text and figure columns stand side by side through a container query, below that they run one under the other. There are no animations, only a transition on the button.

Tags

  • hero
  • metrics
  • stats
  • numbers
Component source

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

Loading…