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