Is there a way to break a line in the title attribute of a Tooltip component? – Reactjs
I want the following tooltip to display its title in two different rows: <Tooltip title="Line1 Line2"> ... </Tooltip> So that, when I hover it I get Line 1 Line 2 I tried inserting <br />, n and already with…