svelte-use-tooltip icon indicating copy to clipboard operation
svelte-use-tooltip copied to clipboard

Svelte action to display a tooltip

Results 3 svelte-use-tooltip issues
Sort by recently updated
recently updated
newest added

The position of the tooltip is defined by the developer and is fixed wherever is the target inside the screen so far. It would be nice to keep that behaviour...

enhancement
help wanted
good first issue

The width of the tooltip can't exceed the size of the target so far. So the content has to adapt consequently. It would be nice to allow the width of...

enhancement
help wanted
good first issue

Add onEnter and onLeave props which are triggered when the tooltip is shown and hidden.

enhancement