UNPKG

@spectrum-web-components/action-group

Version:

`sp-action-group` delivers a set of action buttons in horizontal or vertical orientation while ensuring the appropriate spacing between those buttons. The `compact` attribute merges these buttons so that they are visually joined to clarify their relations

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