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

7 lines (6 loc) 155 B
import { ActionGroup } from './src/ActionGroup.js'; declare global { interface HTMLElementTagNameMap { 'sp-action-group': ActionGroup; } }