Docs / Components

SensePickListComponent

Dual-list picker for moving items between source and target collections from @artificialsenselabs/ui.

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

Overview

Category: Form controls. Selector: sense-pick-list. Import: import { SensePickListComponent } from '@artificialsenselabs/ui';

Accessibility

  • Exposes role="group" with configurable ariaLabel.
  • Transfer controls and list items support keyboard selection.
  • Disabled state blocks selection and transfer for the component or individual items.