Skip to content

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

License

Notifications You must be signed in to change notification settings

AskingQuestions/svelte-smooth-popover

Repository files navigation

Version License

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published