Skip to main content

Popup API Overview

Initialization

<script>
import { Popup } from "@svar-ui/svelte-core";
</script>

<!-- minimal configuration for initialization -->
<Popup>
<p>Some text here and there</p>
</Popup>
tip
  • Visit the Features Guide to learn more about the control's functionality.
  • Explore the samples to visualize the available features.
atOptional. Defines the alignment or anchor point of a popup relative to its parent element
leftOptional. Sets the left offset of a popup in pixels
parentOptional. An HTML element relative to which the popup will be positioned
topOptional. Sets the top offset of a popup in pixels
cancelSets the function that closes a popup