@fidelisppm/tooltip
v1.2.0
Published
Display a tooltip to a user when they hover over some DOM object
Downloads
5
Readme
Tooltip
Display a message to a user when the mouse hovers over a dom element
Props
target (object)
A DOM element which will trigger the tooltip to display on mouse hover
tooltip (string) The message to display to the user
Usage
<Tooltip
target={document.getElementById('example-span')}
tooltip="I am a helpful message!"
/>