2.0.0 • Published 1 year ago
@swc-uxp-wrappers/menu v2.0.0
Description
For detailed README regarding
@spectrum-web-components/menurefer this linkDetailed specification regarding
@spectrum-web-components/menusupport in UXP through@swc-uxp-wrappers/menurefer this link
Usage
yarn add @swc-uxp-wrappers/menuImport the side effectful registration of <sp-menu> via:
import '@swc-uxp-wrappers/menu/sp-menu.js';When looking to leverage the Menu base class as a type and/or for extension purposes, do so via:
import { Menu } from '@swc-uxp-wrappers/menu';Example
<sp-menu></sp-menu>Known Issues
- Multi select variant does not work
- Submenu is not supported
- Performance issue observed when one clicks multiple times on a menu item