NeumorUINeumorUI
📖📦
AI Chat

MessageList

Scrollable chat message container with auto-scroll, day separators, and user/assistant/system roles.

tsx
1import { MessageList } from "neumorui";

Example

Hey! Can you help me?
AI
AI
Of course! What do you need?
Build a chat UI with NeumorUI
AI
AI
Great choice! NeumorUI has ChatInput, MessageList, and StreamingText components for that.
loading
showDaySeparators
autoScroll

Props

PropTypeDefault
messagesChatMessage[][]
renderMessage(msg) => ReactNode-
loadingbooleanfalse
emptyStateReactNode"No messages yet"
showDaySeparatorsbooleanfalse
onScrollTop() => void-
autoScrollbooleantrue
maxHeightstring | number"500px"