1.0.9 • Published 2 years ago

svelte-smooth-popover v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A robust, unstyled popover component for Svelte with a customizable smooth/sharp caret.

Docs/playground

https://svelte-smooth-popover.jrmy.dev

Installation

npm i svelte-smooth-popover

Usage

<script>
	import { Popover } from 'svelte-smooth-popover';
</script>

<button>
	Example
	<Popover>
		<div class="shadow-sm bg-white">Popover content</div>
	</Popover>
</button>
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago