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-expandedand configurableariaLabel. - Action list uses
role="menu"withmenuitementries. - Escape closes the open menu and restores focus to the trigger.