ChatSuggestions
Clickable suggestion chips (typically rendered above or below ChatInput to surface starter prompts). Reads theme.suggestions and disabled / isLoading from ChatContext.
Imports
import { ChatSuggestions, ChatSuggestion } from 'reachat';
import type { Suggestion } from 'reachat';
ChatSuggestions
| Prop | Type | Default | Description |
|---|---|---|---|
suggestions | Suggestion[] | — | Array of { id, content } items |
[Description truncada. Veja o README completo no GitHub.]