- Clone the project from github
git clone git@github.com:thewebmaster/material-ui-tooltip-on-flexlayout.git
-
Once cloned, go to the project directory and run
npm install
and thennpm start
and the project will start and open up your browser tohttp://localhost:3000/
-
Test material tooltip on
Hover here...
text. You should be able to confirm that the material tooltip at this state is working.
- But if you open the
Floatable Panel
into anew window
and hover over theHover here...
text, you'll see that the tooltip still appears from the original docked panel.