Docs / Components
SenseTextareaComponent
Multi-line text field with label, hint, error messaging, and forms CVA support from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/textarea (port 4202).
Overview
Category: Form controls. Selector: sense-textarea. Import: import { SenseTextareaComponent } from '@artificialsenselabs/ui';
Accessibility
- Label is programmatically associated with the textarea.
- Error text is linked via aria-describedby when present.
- Readonly and disabled states are exposed to assistive tech.