HiDeoo/intro.js-react

Support for Floating Tooltip?

Closed this issue · 2 comments

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!

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.

@HiDeoo My apologies! Thank you for the reply and example fork. I thought I was getting errors when I removed it, but everything works great.