带有 material-ui 的 ReactJS 是否可以在悬停 div 时显示工具提示行为?

ReactJS with material-ui is it possible to have the tooltip behaviour on hover of a div?

我想知道工具提示是否像这样: tooltip from material-ui

在 div 悬停时可能出现在图标上? 还是必须手动创建?

我试过这个: tooltip div with reactjs

但是 2 个解决方案中的 none 当前有效。

can be possible onHover of a div? Or do I have to create it by hand?

你当然要创建它。不清楚 onHover 是什么意思,如果您愿意,可以使用 onMouseEnteronMouseLeave 来创建相对定位的工具提示。

或者,使用简单的 CSS 工具提示非常简单:http://kushagragour.in/lab/hint/data- 属性驱动(由 React 本机支持)。