Classes list
Every class Tooltip recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.tooltip-anchor | Wrapper establishing the positioning context — required around trigger + tooltip |
.tooltip | Base class on the floating label itself |
.tooltip-arrow | Optional small triangle pointing at the anchor |
.tooltip-kbd | Styles a keyboard-shortcut fragment inside the tooltip text |
.tooltip-interactive | Re-enables pointer events so the tooltip's own content can be hovered/clicked |
.is-open | Manually forces the tooltip visible (independent of hover/focus) |