Socket
Socket
Sign inDemoInstall

@vonage/vwc-popup

Package Overview
Dependencies
8
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vonage/vwc-popup

popup component


Version published
Weekly downloads
612
decreased by-13.68%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

2.45.0 (2024-02-21)

Features

  • icon: update icons set version to 4.5.0 (595efb2)

Readme

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

Last updated on 21 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc