svelte-smooth-popover

Svelte Smooth Popover

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

Version License

svelte-smooth-popover

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>

Top categories

Loading Svelte Themes