Navigation & Structure

Soft Bubble Chat

Soft rounded bubble chat interface with message history and typing indicators. Features smooth message animations and modern UI design.

navigation-structurechatbubblesoftmessagestyping

Props

Customize the component with these props

PropertyTypeDefaultDescription
initialMessages
Array<Message>[]Initial messages to display in the chat.
userName
string"You"Name of the current user.
userAvatar
string"Y"Avatar initial or URL for the current user.
aiName
string"Alice AI"Name of the AI assistant.
aiAvatar
string"A"Avatar initial or URL for the AI.
showHeader
booleantrueWhether to display the chat header.
className
stringundefinedAdditional CSS classes for custom styling.
onSendMessage
(message: string) => Promise<void>undefinedCallback function called when a message is sent.
placeholder
string"Type a message..."Placeholder text for the input field.
Soft Bubble Chat - Navigation & Structure Component | UILora