Hero

Announcement Hero

A hero built around an announcement: a clickable «new» line with an arrow on top, the headline with buttons, and a release card with date, version and three change lines below.

What you can change

  • the badge and announcement copy and the announcementHref address
  • the title and lede copy, the labels and hrefs of the primary and secondary CTAs
  • the release object: version, date and up to four items

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-012?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-012-* 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. A fill of its own is left to the announcement pill and the release card, and the monospace font lives there too. The announcement line is an <a> in its entirety rather than a pill with an arrow link: the whole strip is clickable. Long announcement text is trimmed through text-overflow: ellipsis, so the line does not wrap and does not break the pill. The release card shows up to four items. The buttons become a row from 34rem through a container query. There is a transition on hover, and prefers-reduced-motion is declared for it.

Tags

  • hero
  • announcement
  • changelog
  • release
Component source

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

Loading…