- Implementation
- Suggestion Props
- SuggestionList Props
Common Examples
To use a singleSuggestion, pass a required label and handle selection with onPress. Supply the label already localized; the component renders it verbatim.Suggestion list
UseSuggestionList for a wrapping group of chips. Each string in suggestions becomes a Suggestion. onSelect receives the selected string and index. The list does not enforce content limits. Keep the set to three suggestions of about 40 characters each.Accessibility
- A
Suggestionis a button named bylabel. SuggestionListexposes the chips as one labelled group. OverrideaccessibilityLabel(default"Suggested replies") for localized copy.