Skip to main content

Popup API Overview

Initialization

import { Popup } from "@svar-ui/react-core";

// minimal configuration for initialization
function Example() {
return (
<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
onCancelSets the function that closes a popup