Timeline
Edit Trail
A document revision history where the edit type is a visible coloured pill with a word, not an icon or a hidden label, plus the author and time of each entry.
What you can change
- the heading through title
- the entries through entries: time, dateTime, author, the kind type and the note
- the set of types: add a line to KIND_LABEL and a hue rule; the labels are overridden through the kindText prop
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-010?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-010-* variables. Server component: no hooks. The edit type is a visible text pill whose colour is set by the single --vibeui-timeline-010-hue variable, overridden by a rule keyed to data-kind: four types cost four lines of CSS instead of four rule sets. Unlike a history with a line diff, what matters here is not the size of the edit but its nature — a text edit, a comment, access rights or an attachment. The time is a <time dateTime>. 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.
Tags
- timeline
- document
- revisions
- author
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…