Item
Icon Lead Row
A list row with a leading glyph: a fixed-size tile keeps the title column on one vertical line, and its colours are derived from a single tint.
What you can change
- title and meta — the row title and the secondary text
- glyph — one or two letters on the tile
- the tile tint through the tint 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/item-002?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, no dependencies, its own palette in the local --vibeui-item-002-* variables. Server component: no hooks and no handlers. The root is an li with flex; the glyph tile has a fixed 2.25rem square and does not shrink, so the titles of all rows start on the same vertical. The tile background and the glyph colour are computed from --vibeui-item-002-tint through color-mix, so the pair cannot drift apart. Text nodes are truncated with an ellipsis and do not break the row height.
Tags
- item
- list
- row
- icon
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…