-
-
Notifications
You must be signed in to change notification settings - Fork 538
Closed
Description
I would like to have line breaks in my tooltip, but in stead the
is displayed as text, and I can't figure out how to format it correctly. In short my code looks like this:
var tooltiptest = 'this is <br /> a test';
<div data-tip data-for='path'>Path</div>
<ReactTooltip id='path' type='light' multiline={true}>
<span>{tooltiptest}</span>
</ReactTooltip>
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels