MessageStatus
Status banner with optional sub-steps — typically used to show tool / agent progress inside a streaming response (similar to "Searching the web…" / "Reading file…" patterns). Reads theme.status from ChatContext (or falls back to default).
Imports
import { MessageStatus, MessageStatusItem, StatusIcon } from 'reachat';
import type { MessageStatusState, MessageStatusStep } from 'reachat';
Types
type MessageStatusState = 'loading' | 'complete' | 'error
[Description truncada. Veja o README completo no GitHub.]