2.0.0 • Published 1 year ago
@swc-uxp-wrappers/toast v2.0.0
Description
For detailed README regarding
@spectrum-web-components/toastrefer this linkDetailed specification regarding
@spectrum-web-components/toastsupport in UXP through@swc-uxp-wrappers/toastrefer this link
Usage
yarn add @swc-uxp-wrappers/toastImport the side effectful registration of <sp-toast> via:
import '@swc-uxp-wrappers/toast/sp-toast.js';When looking to leverage the Toast base class as a type and/or for extension purposes, do so via:
import { Toast } from '@swc-uxp-wrappers/toast';Example
<sp-toast></sp-toast>