Badge
Split Counter
A counter split in two: unread with a "9+" threshold on the left, the total on the right — the pair answers "twelve out of how many".
What you can change
- the unread count through unread
- the total through total
- the threshold through max
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/badge-022?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
One file, zero dependencies, the palette in the local --vibeui-badge-022-* variables. Server rendered: no hooks. The pill is split into two zones under a shared overflow:hidden, and the boundary between them is the left border of the right half, so the divider needs no separate node. Both halves are set in tabular figures and have the same minimum width: on a recount the badge does not change its dimensions and does not jog its neighbours. The threshold applies to the left number only — "9+ of 48" is meaningful, "9+ of 9+" is not. When there are no new items the left half dims but stays: dropping the zone would change the width. The numbers are marked aria-hidden, and the whole badge is announced as one phrase built from the labelText template through aria-label.
Tags
- badge
- counter
- unread
- threshold
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…