0.7.8 • Published 3 months ago

svooltip v0.7.8

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

SVooltip

A basic Svelte tooltip directive. Powered by Floating UI.

Usage

<script>
	import { tooltip } from 'svooltip';
	import 'svooltip/styles.css'; // Include default styling
</script>

<button
	class="btn"
	use:tooltip={{
		content: "You're looking beautiful today!",
		placement: 'top-start',
		delay: [1000, 0],
		offset: 15,
		target: '#layers'
	}}
>
	Hover me for 1 second
</button>

Docs

View more information at: https://svooltip.vercel.app

Licence

See the LICENSE file for license rights and limitations (MIT).

0.7.8

3 months ago

0.7.7

4 months ago

0.7.6

4 months ago

0.7.5

7 months ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago