Svelte + Tippy.js tooltip action

A Svelte action that adds tooltips via Tippy.js .

Supports both title="..." and aria-label="..." for setting the tooltip content. Accepts the full configuration object Tippy.js supports for more advanced usage.

I wrote more details in this blog post.

View the source: Action Usage