Support for Floating Tooltip?
Closed this issue · 2 comments
mkpratt commented
Currently the steps require an HTML element to highlight. In IntroJS, they support something called Floating Tooltips that don't highlight a specific element.
https://introjs.com/docs/examples/basic/floating-tooltip
Just curiously, are there plans to add support for this option?
Thank you!
HiDeoo commented
You should be able to already use "floating tooltips" by just omitting the element option in a step just like in Intro.js.
I forked the basic example with a "floating tooltip".
I just checked for sanity, it's also not marked as required in the README or in the TypeScript definitions.
Feel free to re-open if you're talking about something different.