1.2.0 • Published 1 month ago

@fidelisppm/tooltip v1.2.0

Weekly downloads
7
License
SEE LICENSE IN GI...
Repository
github
Last release
1 month ago

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!"
/>
1.2.0

1 month ago

1.1.0

1 year ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago