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

@spectrum-web-components/popover

Package Overview
Dependencies
Maintainers
5
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/popover - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/popover@0.2.1...@spectrum-web-components/popover@0.2.2) (2020-01-06)
**Note:** Version bump only for package @spectrum-web-components/popover
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/popover@0.2.0...@spectrum-web-components/popover@0.2.1) (2019-11-27)

@@ -8,0 +12,0 @@

@@ -30,2 +30,3 @@ {

"name": "direction",
"attribute": "direction",
"type": "\"top\" | \"bottom\" | \"left\" | \"right\" | \"none\""

@@ -35,2 +36,3 @@ },

"name": "tip",
"attribute": "tip",
"type": "boolean"

@@ -37,0 +39,0 @@ }

4

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.2.1",
"version": "0.2.2",
"description": "",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

},
"gitHead": "b81218bc84e60248f14a1aee7e58ade0030e52dc"
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb"
}
## Overview
An **sp-popover** is used to display transient content (menus, options, additional actions etc.) and appears when clicking/tapping on a source (tools, buttons, etc.) It stands out via its visual style (stroke and drop shadow) and floats on top of the rest of the interface.
This component does not implement the actual overlay behavior and interactions.
This is handled in the `Overlay Root` and `Overlay Trigger`
An **sp-popover** is used to display transient content (menus, options, additional actions etc.) and appears when clicking/tapping on a source (tools, buttons, etc.) It stands out via its visual style (stroke and drop shadow) and floats on top of the rest of the interface. This component does not implement the actual overlay behavior and interactions. This is handled in the `Overlay Root` and `Overlay Trigger`.
### Installation
```
npm install @spectrum-web-components/popover
# or
yarn add @spectrum-web-components/popover
```
## Example

@@ -8,0 +16,0 @@

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