UNPKG

@spectrum-web-components/action-menu

Version:

An `<sp-action-menu>` is an action button that triggers an overlay with `<sp-menu-items>` for activation. Use an `<sp-menu>` element to outline the items that will be made available to the user when interacting with the `<sp-action-menu>` element. By defa

6 lines (5 loc) 245 B
"use strict"; import { ActionMenu } from "./src/ActionMenu.dev.js"; import { defineElement } from "@spectrum-web-components/base/src/define-element.js"; defineElement("sp-action-menu", ActionMenu); //# sourceMappingURL=sp-action-menu.dev.js.map