Tooltip
Question Bubble
A round question icon with no caption next to it: the tooltip inside always holds two lines — a bold heading and a plain explanation below it, not a single running paragraph.
What you can change
- the heading through heading and the explanation through detail
- the tooltip width through the --vibeui-tooltip-012-width variable
- the circle size and colour through the [data-part="trigger"] rule
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/tooltip-012?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 local variables --vibeui-tooltip-012-*. It is a server component: the opening rests on :hover and :focus-within. The tooltip is deliberately narrow — the --vibeui-tooltip-012-width variable sets about thirteen and a half rem, so the explanation wraps on its own, and the heading and the text are separated as two distinct flex-column blocks rather than one line broken by <br>.
Tags
- tooltip
- help
- icon
- typography
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…