1.0.9 • Published 6 months ago

svelte-smooth-popover v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago