HiDeoo / intro.js-react

Intro.js react wrapper
MIT License
395 stars 58 forks source link

Support for Floating Tooltip? #71

Closed mkpratt closed 2 years ago

mkpratt commented 2 years ago

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 2 years ago

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.

mkpratt commented 2 years ago

@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.