@vrembem/popover
v4.0.0
Published
A component that is initially hidden and revealed upon user interaction either through a click or hover event. Popover can contain lists of actions, links, or additional supplementary content.
Downloads
1,352
Maintainers
Readme
Popover
A component that is initially hidden and revealed upon user interaction either through a click or hover event. Popover can contain lists of actions, links, or additional supplementary content.
Installation
npm install @vrembem/popoverStyles
@use "@vrembem/popover";JavaScript
// Register the <vb-popover> tag as a side-effect
import "@vrembem/popover/define";
// Import and define the element class directly
import { Popover } from "@vrembem/popover";
customElements.define("vb-popover", Popover);