我有一个div,我想用反应器做一个工具提示.
<div>on hover here we will show the tooltip</div>
<div>
<div class="tooltip_custom">this is the tooltip!!</div>
</div>
Run Code Online (Sandbox Code Playgroud)
我习惯使用ng-show带有条件的angularjs <div>,我想知道在reactjs中是否有这样的绑定,或者我怎么能做这个功能?
谢谢