Created by: IdanCo
Summary:
Add more positioning options to the tooltip component, using tether's native attachment options. As requested in #17759 (closed) and #19921 (closed), and inspired by semantic UI tooltips. No breaking changes, still fully support previous params. Docs updated accordingly.
Before:
Tooltips supported only 4 positioning options: top | right | bottom | left
After:
Tooltips now have an optional secondary alignment option, for example top left
or right bottom
, summing up in 12 positioning options.