@swc-uxp-wrappers/banner
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/banner component
Readme
Description
For detailed README regarding
@spectrum-web-components/bannerrefer this linkDetailed specification regarding
@spectrum-web-components/bannersupport in UXP through@swc-uxp-wrappers/bannerrefer this link
Usage
yarn add @swc-uxp-wrappers/bannerImport 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>