Docs / Components

SenseSpeedDialComponent

Floating action menu that expands stacked actions from a trigger button in @artificialsenselabs/ui.

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

Overview

Category: Layout. Selector: sense-speed-dial. Import: import { SenseSpeedDialComponent } from '@artificialsenselabs/ui';

Accessibility

  • Trigger exposes aria-expanded and configurable ariaLabel.
  • Action list uses role="menu" with menuitem entries.
  • Escape closes the open menu and restores focus to the trigger.