Popover
Reveal compact content near its trigger.Examples
Installation
Install the package, then import only the components a route uses. Exports are tree-shakable.
Install
pnpm add fractalsvelteImport
<script lang="ts">
import { Popover } from 'fractalsvelte';
</script>Usage
Usage
<script lang="ts">
import { Popover } from 'fractalsvelte';
</script>
<Popover label="Open">Popover content.</Popover>Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | 'Open popover' | Accessible label for the trigger. |
