Layouts

Sticky Timeline

A timeline with a sticky year: the year or stage on the left holds while its events pass, events with dots on the time line on the right. Pure CSS sticky. For company history, roadmaps, changelogs and biographies.

What you can change

  • heading and lead — the title and subtitle above the layout; without them — a ghost
  • items — slots in order: 01 year/stage 1 (value), 02 event, 03 event, 04 year/stage 2 (value), 05 event, 06 year/stage 3 (value), 07 event; title/text/value/media
  • media — your own frame, video or a background from the Background category (surface-*) inside a slot, under the text

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/layout-014?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

One file, zero dependencies, JS only for the cursor light. Groups of 'year + events': a 1/2 grid from 48rem (data-side=right — year on the right), the year is position: sticky with align-self: start within its group, large monospace from the slot's value. Events are tiles with a dot on the vertical line (::before on the list), the dot fills with accent on hover. On narrow widths the year is a plain group heading. Slots: 01 year/stage 1 (value), 02 event, 03 event, 04 year/stage 2 (value), 05 event, 06 year/stage 3 (value), 07 event — items[i] with title/text/value/media, without them — a ghost. Numbers (numbers) show which slot goes where. Entrance is scroll-driven via animation-timeline: view(), without support — a load cascade; hover — cursor light and edge highlight at the pointer. Palette --vibeui-layout-014-* with light-dark, container queries, DOM order = reading order.

Tags

  • layout
  • timeline
  • sticky
  • history
  • roadmap
  • years
  • changelog
Component source

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

Loading…