Skip to content
Binary UIKit reference Stable

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.
MemberTypeKindRequiredDefault
childrenSnippetsnippetYes
jumpToLatestLabelstringpropNoundefined
labelstringpropYes
onStickToBottomChange(stickToBottom: boolean) => voidcallbackNoundefined
stickToBottombooleanbindingNofalse

Examples

Source

Loading source