ngx-joyride
ngx-joyride copied to clipboard
Title & Text inputs should be renamed
Many components throughout our application rely on a title input already, which makes it difficult to set the component itself as the tour step without creating issues. We could go through and refactor all of our components to use a different input, or we could wrap every component in a div and set that as the tour step but each of these solutions are less than ideal. Additionally, setting the title can create undesired effects such as an unwanted tooltip on hover.
I would recommend you change the title, and even the text, inputs to something unique to your library.
'joyrideTitle' and 'joyrideText' would be the most logical in my opinion.
title will become 'tooltip'