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

SatelliteVu/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

Languages

  • Svelte 96.3%
  • JavaScript 1.4%
  • TypeScript 1.2%
  • HTML 1.1%