Icon Tile

Notification Badge Tile

A notification tile with a counter badge and an honest disabled state: turning it off hides the badge and puts a slash through the bell.

What you can change

  • label — the notification source's caption
  • count and max — the badge number and its cap
  • disabled — the off state

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/icontile-014?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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 counter badge is shown only when count is greater than zero and disabled is false — a switched-off source cannot send notifications, so the two states are mutually exclusive rather than two independent switches. When disabled, the bell gets the OffIcon slash line over it and the tile loses its colour, while a text state line from data-part="state" appears under the caption — desaturation alone is not enough for monochrome. The number in the badge is capped by the max threshold in the same way as in icontile-005. The palette has been moved to light-dark(): in the dark branch the border is lighter than the background rather than darker. The tile 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. The state texts and the badge label are exposed through the stateText and countLabel props, with the Russian values remaining the defaults.

Tags

  • icontile
  • notification
  • badge
  • disabled
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…