A simple and lightweight tooltip library for Svelte
Svelte wrapper for @ionited/tooltip
Choose your favorite option below:
npm i @ionited/tooltip-svelte
https://unpkg.com/@ionited/tooltip-svelte@latest/dist/index.js
To basic usage you can simply call:
<button use:tooltip title="Hello World!"></button>
And import:
<script>
import { tooltip } from '@ionited/tooltip-svelte';
</script>
See more @ionited/tooltip
Copyright (c) 2022 Ion. Licensed under MIT License.