Docs / Components

SenseSplitButtonComponent

Primary action button paired with a dropdown menu for secondary actions from @artificialsenselabs/ui.

Live demo: run nx serve showcase and open /components/split-button (port 4202).

Overview

Category: Form controls. Selector: sense-split-button. Import: import { SenseSplitButtonComponent } from '@artificialsenselabs/ui';

Accessibility

  • Grouped control exposes role="group" with separate main and menu toggle buttons.
  • Menu toggle exposes aria-expanded and an accessible more-options label.
  • Secondary menu uses role="menu" with keyboard-dismiss via Escape.