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