Canvas has a tooltips framework that appears to exist in both jquery and react. I am assuming the latter is the path going forward, but I would like to hook into it to add our own tooltips, e.g. give explanations where we've changed something or links to relevant documentation about LTIs or custom roles and permissions.
I've built my own tooltip framework, but life would be much easier if I could just hook into the Canvas one.
Adding
data-tooltip title="some descriptive text that I want"
To any element almost works, but appears to use jquery, and the complete styling isn't applied.
Does anyone have any ideas how this might be done?