Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

CharlesStover/react-mui-tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUI Tooltips for React Tweet

Create React tooltips similar to those used by Material-UI.

Replace all of your HTML title attributes with sleak, beautiful Material tooltips.

version minified size minzipped size downloads build

Install

  • npm install react-mui-tooltip --save or
  • yarn add react-mui-tooltip

Example

import Tooltip from 'react-mui-tooltip';

function MyHelp() {
  return (
    <Tooltip title="Click here to contact our support team.">
      <a href="/help">Help</a>
    </Tooltip>
  );
}

Sponsor 💗

If you are a fan of this project, you may become a sponsor via GitHub's Sponsors Program.