Icon Tile
Action Hotkey Tile
An action tile with a hotkey badge in the corner: the combo shows as a pill and is duplicated through the button's aria-keyshortcuts attribute.
What you can change
- label and description — the tile's texts
- hotkey — the character array for the visual pill
- hotkeyAriaLabel — the same combo in aria-keyshortcuts format (e.g. "Meta+K")
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-016?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 tile is an ordinary semantic <button type="button">, so focus and keyboard activation work without a single line of JS. The keyboard shortcut is duplicated twice — as a visual pill of separate <kbd> elements in the corner and as the aria-keyshortcuts attribute on the button itself; the pill as a whole is marked aria-hidden, because a screen reader already announces the combination from the attribute, and reading characters such as "Ctrl" out letter by letter again would be noise on top of the action name. The icon is switched through icon (search, add, command), and the icon tile's colour through tone by the category-wide "background and glyph from one hue" formula. The description is hidden on a narrow container through @container, while the title always remains. The palette has been moved to light-dark(): in the dark branch the border and the keys are lighter than the background rather than darker. The button has no surface by default — it is set by the background prop, and then the theme branch is computed from the lightness of the given colour.
Tags
- icontile
- action
- hotkey
- shortcut
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…