hotwax / dxp-components

DXP Components
Apache License 2.0
11 stars 17 forks source link

Add support for tooltip #263

Open ymaheshwari1 opened 4 months ago

ymaheshwari1 commented 4 months ago

We need to have support to have tooltips.

Ionic does not have support for tooltips by default, and they recommend to use either popper.js or tippy.js. We can explore on these options and find the best suitable for our case and requirements.

ymaheshwari1 commented 2 months ago

https://github.com/ionic-team/ionic-framework/issues/14924

ymaheshwari1 commented 2 months ago

We can go with https://atomiks.github.io/tippyjs/ as it supports the case of displaying tooltip directly and is dependent on popperjs.

Also it provides with some basic use cases of delaying the tooltips, customizing the styling and some methods to handle specific cases for showing hiding tolltips directly.