tooltips icon indicating copy to clipboard operation
tooltips copied to clipboard

A simple tooltip action and component designed for Svelte.

Results 7 tooltips issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** When the tooltip is used in a container element that has position: fixed and is vertically scrollable the tooltip appears in the incorrect position. The bug gets...

Type: Bug

**To Reproduce; sample code** ```Svelte {#each list as item} {{item.shortDate}} {/each} ``` Now when the ``list`` changes, the tooltip (content as string or content as component) stays the same.

Type: Bug

I see the `delay` prop but i'm unsure of the role or use as it's described as `animation delay`. Using `delay` gives an error. was created with unknown prop 'delay'...

Type: Bug

When attempting to use the `use:tooltip` action or `...` in the Svelte 5 Release Candidate (`[email protected]`) I encounter this error. I understand that Svelte 5 has not officially released, however...

Type: Feature

**Describe the bug** When using the 'tooltip' action, and displaying a tooltip using the `use:tooltip` property, a single "t" gets logged to the browser console via a console.log call **To...

Type: Bug

Current behavior: The `maxWidth` property only accepts numbers. I'm trying to use the tooltips to be more dynamic in size to fit the exact width of the text. I'd like...

Type: Feature