You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our <Tooltip /> component is just a tiny wrapper around @tippy.js/react with styles and animation set.
@thegrinder pointed out fairly that we could build ourselves the styles using Popperjs ( which is what TippyJS uses internally ) and hence remove a dependency layer.
We would need to be careful to preserve the current behaviour and styling ( see related PRs )
Summary
Currently our
<Tooltip />
component is just a tiny wrapper around@tippy.js/react
with styles and animation set.@thegrinder pointed out fairly that we could build ourselves the styles using Popperjs ( which is what TippyJS uses internally ) and hence remove a dependency layer.
We would need to be careful to preserve the current behaviour and styling ( see related PRs )
Related
#164
#165
The text was updated successfully, but these errors were encountered: