Docs / Components

SenseTerminalComponent

Scrollable command output with a prompt input and commandSubmit events from @artificialsenselabs/ui.

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

Overview

Category: Display. Selector: sense-terminal. Import: import { SenseTerminalComponent } from '@artificialsenselabs/ui';

Accessibility

  • Output region exposes a localized accessible name.
  • Command input has a localized label independent of the visual prompt.
  • Disabled state removes the input from interaction while preserving output readability.