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