svg-tooltips-jx

$ npm install svg-tooltips-jx --save

svg-tooltips-jx

Install

$ npm install svg-tooltips-jx --save

import SvgToolTip from 'svg-tooltips-jx'; const getContent=()=>{ return

content
} <SvgToolTip className={svg-con} a11yId="svgEleId" strockWidth={0} radius={18} width={300} height={80} direction="top" arrowOffset={0} arrowWidth={12} arrowHeight={24} transitionName="boost-mod-block" arrowPath="L -12 12 L -24 0" content={getContent()} fill="rgba(255,0,0,0.7)"