2.0.0 • Published 1 year ago
@swc-uxp-wrappers/link v2.0.0
Description
For detailed README regarding
@spectrum-web-components/linkrefer this linkDetailed specification regarding
@spectrum-web-components/linksupport in UXP through@swc-uxp-wrappers/linkrefer this link
Usage
yarn add @swc-uxp-wrappers/linkImport the side effectful registration of <sp-link> via:
import '@swc-uxp-wrappers/link/sp-link.js';When looking to leverage the Link base class as a type and/or for extension purposes, do so via:
import { Link } from '@swc-uxp-wrappers/link';Example
<sp-link></sp-link>Known Issues
- The double underline does not appear on hyperlinks on tabbing in Windows.