Docs / Components
SenseUploadComponent
File picker with optional multi-select, disabled state, and forms CVA support from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/upload (port 4202).
Overview
Category: Form controls. Selector: sense-upload. Import: import { SenseUploadComponent } from '@artificialsenselabs/ui';
Accessibility
- Host exposes
role="group"with a localized upload area label. - File list uses a semantic
<ul>with anaria-labelfor selected files. - Remove buttons expose localized
aria-labelper file. - Disabled state prevents focus and interaction on the choose button and file input.