Popover
Inline Help
Help inside a line of text: unlike a tooltip you can enter it with the mouse and with Tab — there is a link to the documentation in there.
What you can change
- the word through term, the heading through title and the explanation through text
- the link caption through linkLabel and the target through href
- the copy around the term through textBefore and textAfter, the accessible name through triggerHint with {term}
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/popover-006?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-popover-006-*. Server-side: the card runs on the HTML popover, useId separates the identifier. The layout is declared only inside :popover-open. The card is an inline element carrying the popover attribute, so it remains valid paragraph content; the heading and the text inside are inline as well, with display:block. Positioning goes through anchor positioning with a fallback under @supports not. The trigger is a button styled to look like a word in the text.
Tags
- popover
- help
- inline
- link
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…