2.0.0 • Published 1 year ago

@swc-uxp-wrappers/link v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Description


  • For detailed README regarding @spectrum-web-components/link refer this link

  • Detailed specification regarding @spectrum-web-components/link support in UXP through @swc-uxp-wrappers/link refer this link

Usage


yarn add @swc-uxp-wrappers/link

Import 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.