MCPcopy Create free account
hub / github.com/Remocn/remocn / ChatFlowExampleScene

Function ChatFlowExampleScene

components/docs/examples/chat-flow-example.tsx:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { ChatFlow } from "@/registry/remocn-ui/chat-flow";
4
5export const ChatFlowExampleScene = () => (
6 <ChatFlow
7 contact={{ name: "shadcn", avatar: "https://unavatar.io/x/shadcn" }}
8 />
9);
10
11export const chatFlowExampleCode = (): string => {
12 return `import { ChatFlow } from "@/components/remocn/chat-flow";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected