Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vonage/vwc-popup

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/vwc-popup

popup component

  • 2.46.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

vwc-popup

Popup are used to display a message or notification to the user and are displayed on top of all other web page elements. Popup's goal is to provide additional, helpful content.
To trigger the Popup, it should be paired with an anchor (e.g., a button).

Properties

PropertyAttributeTypeDefault
anchoranchorElement | undefined
arrowarrowboolean | undefinedtrue
cornercorner` "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start""left-end"`
dismissibledismissibleboolean | undefinedtrue
openopenbooleanfalse
strategystrategy"fixed" | "absolute""fixed"

Methods

MethodTypeDescription
hide(): voidCloses the popup
show(): Promise<void>Opens the popup
updatePosition(): Promise<boolean>Updates popup position, if succeeded returns - true, if not - false

FAQs

Package last updated on 05 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc