import * as React from "react"; import { findDOMNode } from "react-dom"; import ReactTooltip = require("react-tooltip"); export class ReactTooltipTest extends React.PureComponent { componentDidMount() { ReactTooltip.rebuild(); } options: ReactTooltip.SanitizeHtmlOptions = { parser: { decodeEntities: false } }; msgString = "Tooltip With <Entity>"; render() { const getContent: ReactTooltip.GetContent = [dataTip => Math.floor(Math.random() * 100), 30]; return
d(`・∀・)b Show happy face இдஇ { console.log("afterHide"); }} > Show sad face σ`∀´)σ (〃∀〃) { console.log("afterShow"); }} >

This is a global react component tooltip

You can put every thing here

( •̀д•́) ( •̀д•́) (・ω´・ )́) =( •̀д•́) =( •̀д•́) new Date(dateString).toISOString(), 1000]} /> d(`・∀・)b Show happy face
Show happy face

; } } const CommonTooltipComponent: React.SFC = (props) => (

);