@ionited/tooltip-svelte
v0.3.0
Published
A simple and lightweight tooltip library for Svelte
Downloads
3
Readme
Tooltip-Svelte
A simple and lightweight tooltip library for Svelte
Svelte wrapper for @ionited/tooltip
Quick start
Choose your favorite option below:
Install with NPM
npm i @ionited/tooltip-svelte
Get from UNPKG
https://unpkg.com/@ionited/tooltip-svelte@latest/dist/index.js
Usage
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
License
Copyright (c) 2022 Ion. Licensed under MIT License.