f1-tooltip

Simple tooltip helper component


Keywords
react, tooltip
License
MIT
Install
npm install f1-tooltip@1.0.2

Documentation

f1-tooltip

Simple tooltip component.

  • It's very specific to my needs on a particular project.
  • Will only display on top / bottom
  • There is no automatic activation. Include the tooltip when you want it displayed.
  • You have to pass the X and Y where you want it to appear. In my use case, that is maintained by a Redux store. The X and Y are relative to the viewport, not the container.