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