Events
Evening schedule with a moon crawling across the sky on scroll
A winter evening schedule from sunset to midnight: a sticky sky on the left — the moon crawls along an arc as the list scrolls, the sunset band fades, the sky deepens to midnight and stars appear; on the right the evening's items with serif times, italic places and a few words, the current one lit by a candle, passed ones as lit dots on the line.
What you can change
- eyebrow, title, lede, skyNote
- slots (time, title, place, text) — any number of items
- accent and background, tone
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/event-013?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
One file, zero dependencies, “use client” for the progress. The sky is a block with a sunset gradient, a night gradient ::before on top with opacity from --vibeui-event-013-k, stars as radial-gradient dots with the same opacity, a fir silhouette as an SVG path. The moon is a point at the centre rotated by calc(-100deg + k·160deg), the disc counter-rotates so the craters stay put. An rAF scroll handler computes progress from the section's position (0 entering, 1 once passed); the k variable goes to CSS, only the active index enters state. The line left of the list paints candle-accent up to k, items get data-active and data-done. From 56rem a .8fr/1.2fr grid, the sky sticky top:6rem at 24rem tall. Palette --vibeui-event-013-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; dark theme via .dark/[data-theme] or tone. Cormorant Garamond, Marck Script and Manrope come via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- wedding
- winter
- schedule
- timeline
- evening
- moon
- sky
- scroll
- night
- program
- dark
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…