@swc-uxp-wrappers/popover
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/popover component
Downloads
28
Readme
Description
For detailed README regarding
@spectrum-web-components/popover
refer this linkDetailed specification regarding
@spectrum-web-components/popover
support in UXP through@swc-uxp-wrappers/popover
refer this link
Usage
yarn add @swc-uxp-wrappers/popover
Import the side effectful registration of <sp-popover>
via:
import '@swc-uxp-wrappers/popover/sp-popover.js';
When looking to leverage the Popover
base class as a type and/or for extension purposes, do so via:
import { Popover } from '@swc-uxp-wrappers/popover';
Example
<sp-popover></sp-popover>