Implementing Grafana's Tooltip Component in Custom Panel Plugin

Hi all, I’ve implemented my own tooltips across multiple panels plugins, but would like to switch to using the same one as Grafana maintained plugins for continuity across my dashboards. What are others doing? Implementing your own, but matching styles or using Grafana’s? Any tips or links to example code would be much appreciated. Viz for the plugins is mainly done with d3.
(Also some of my older plugins are just vanillaJS wrapped in React because they used to be Angular plugins. Will they need to be refactored to support using the Grafana components?)

Thanks!

Hi Katrinat

you can use the grafana tooltip directly from @grafana/ui @storybook/core - Storybook