Hero
Event Countdown Hero
An event hero: the event type, a headline, the date in a <time> element, the venue and four countdown tiles. The values come in as props and do not tick on the server.
What you can change
- the kind, title, lede, place and seats copy
- date and dateTime — the human and machine-readable forms of the date
- the values and labels in the countdown array
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/hero-014?lang=en&theme=dark
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-014-* palette, a dark base with a warm accent and a radial glow in the corner. The date is marked up as a <time datetime>, so it is understood by more than a human. The countdown tiles are a <ul> with an aria-label, and the numbers are set in tabular-nums so that they do not jump as the value changes. The countdown is static: a live timer is a client layer, while the section has to stay cacheable with the page. From 56rem the text and the tiles stand in two columns through a container query.
Tags
- hero
- event
- countdown
- dark
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…