ChatPage
Full pre-built chat interface page.
import { ChatPage } from 'flowstack-sdk'Parameters
| Param | Type | Notes | Description |
|---|---|---|---|
title | string | — | Chat page title. |
placeholder | string | — | Input placeholder text. |
welcomeMessage | React.ReactNode | — | Welcome content shown before the conversation starts. |
Examples
Full chat interface
<ChatPage title="AI Assistant" placeholder="Ask anything..." welcomeMessage={<Welcome />} />See also
ChatInterface · MessageList · MarkdownRenderer
Source: README.md#pre-built-page-components · Also available in llms-full.txt and registry.json.