Create React tooltips similar to those used by Material-UI.
Replace all of your HTML title
attributes with sleak, beautiful Material tooltips.
npm install react-mui-tooltip --save
oryarn add react-mui-tooltip
import Tooltip from 'react-mui-tooltip';
function MyHelp() {
return (
<Tooltip title="Click here to contact our support team.">
<a href="/help">Help</a>
</Tooltip>
);
}
If you are a fan of this project, you may become a sponsor via GitHub's Sponsors Program.