Tooltip
Term Underline
A term explained inside the text: the word carries a dotted underline and stays in the line, while the tooltip floats above without shifting anything.
What you can change
- the surrounding copy through before and after
- the word itself through term and the explanation through definition
- the paragraph typeface through the --vibeui-tooltip-008-font variable
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-008?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-008-*. It is a server component: the opening rests on :hover and :focus-visible of the word itself. The term stays an inline element with tabIndex=0 — not a button and not a link, so the setting is not broken, yet it can be reached by keyboard focus. The tooltip is set in a sans-serif face inside a serif paragraph: that is what makes it read as an aside rather than part of the text. The dotted rule is made with the text-decoration property rather than a border.
Tags
- tooltip
- glossary
- inline
- typography
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…