Icon Tile
Achievement Ribbon Tile
An achievement tile: an icon in a circle and a ribbon with a caption below. Suits a pricing, course or profile page. Change the icon, the caption and the colour.
What you can change
- icon — trophy, star or medal
- label — the achievement caption
- tier — bronze, silver or gold
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/icontile-013?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
Server component, no hooks. The ribbon under the circle is two identical data-part="tail" elements with a shared clip-path tail, the right one mirrored with transform:scaleX(-1), so both tails are guaranteed symmetric at any width and tier rather than being fitted separately by numbers. The circle and the ribbon are coloured from a single --vibeui-icontile-013-hue variable, which tier switches (bronze, silver, gold) — the metal of the achievement is nowhere picked by hand as a separate colour. The circle sits above the ribbon through z-index, and the caption is text below it, hidden on a narrow container through @container. The palette has been moved to light-dark(): the caption follows the page color-scheme, and the tile has no surface of its own — one appears only together with the background prop, and then the theme branch is computed from the lightness of the given colour.
Tags
- icontile
- achievement
- badge
- ribbon
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…