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