Timeline
Day Groups
A feed cut into days: the day header sticks to the top of its own group, so it is always clear which day you are reading.
What you can change
- the heading through title
- the days and entries through days: date, time, title and note
- the accent colour through accent
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/timeline-008?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
The component is self-contained: one file, zero dependencies, the palette in the local --vibeui-timeline-008-* variables. Server component: no hooks. The date is position: sticky inside its own group rather than inside the whole feed: the next date pushes the previous one out, so the label always refers to what is below it. The sticky date carries an opaque background — otherwise the feed rows show through it. The scroll area is capped with max-height and gets tabIndex and aria-label so that it can be scrolled from the keyboard. Each entry's dot is positioned absolutely and drops out of the row's grid flow. The theme comes from the surrounding color-scheme through light-dark(): the block has no surface by default, it sits on the page background and darkens along with it, while the sticky date's background is held by a separate token, --vibeui-timeline-008-sticky.
Tags
- timeline
- sticky
- groups
- feed
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…