Conversation
Accessible conversation log with optional stick-to-bottom behavior and a jump-to-latest action.
Use Conversation as the named scrollable log around Message entries. Keep transcript announcements off. Announce completed updates through the component that owns each status.
Interactive example
Loading interactive example
API
Inherited prop contracts
Omit<HTMLAttributes<HTMLDivElement>, 'children'>Props from this native base are accepted except the listed members.
| Member | Type | Kind | Required | Default |
|---|---|---|---|---|
children | Snippet | snippet | Yes | |
jumpToLatestLabel | string | prop | No | undefined |
label | string | prop | Yes | |
onStickToBottomChange | (stickToBottom: boolean) => void | callback | No | undefined |
stickToBottom | boolean | binding | No | false |
Examples
Source
Loading source