Skip to content

Popover

Popover

Usage

A popover is a small, overlaying element that displays additional content or actions when triggered by user interaction. It is commonly used for tooltips, additional options, or extra information without navigating away from the current view.

Import

js
import { MtPopover } from "@shopware-ag/meteor-component-library";

Example