Chat Message

A chat message component with support for loading state and text formatting

Preview

Basic Message

Hello, how can I help you?

Conversation

Hello!
Hi! waves How can I help?
Can you help me with something?
Typing

Installation

Usage

API Reference

PropTypeDefaultDescription
textstring-The message text to display
errorbooleanfalseShows a "Failed" error state
renderText(text: string) => React.ReactNode-Custom render function for the message text
classNamestring''Additional CSS classes for styling
...propsReact.HTMLAttributes<HTMLDivElement>-All standard div attributes