0.2.0 • Published 1 month ago

@ionited/tooltip-svelte v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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.

https://ionited.io

0.2.0

1 month ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.2

7 months ago

0.1.1

2 years ago

0.1.0

2 years ago