Timeline
Typed Events
An event feed where the type is recognised by its glyph: an inline SVG in a tile tinted with the type's hue, plus a type label for screen readers.
What you can change
- the heading through title
- the events through events: kind, title, note and time
- the set of types: add a line to KIND_PATH, 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-006?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-006-* variables. Server component: no hooks. The tile colour is set by the single --vibeui-timeline-006-hue variable, which is overridden by a rule on the row keyed to the data-kind attribute: four types cost four lines of CSS instead of four rule sets. The icons are inline SVG paths in the KIND_PATH object, so no icon library is needed. The type name is duplicated as text hidden with clip-path: colour and shape are not read aloud. 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
- events
- icons
- types
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…