chat-message-area-demo-streaming
simple-ai/chat-message-area-demo-streamingFreeExample
simple-ai publishes no description for this item.
Install it
npx shadcn@latest add https://simple-ai.dev/r/chat-message-area-demo-streaming.jsonSource
1"use client";23import type { UIMessage } from "@ai-sdk/react";4import { useEffect, useState } from "react";5import { Button } from "@/components/ui/button";6import {7 ChatMessage,8 ChatMessageAuthor,9 ChatMessageAvatar,10 ChatMessageAvatarFallback,11 ChatMessageAvatarImage,12 ChatMessageContainer,13 ChatMessageContent,14 ChatMessageHeader,15 ChatMessageMarkdown,16 ChatMessageTimestamp,17} from "@/registry/ui/chat-message";18import {19 ChatMessageArea,20 ChatMessageAreaContent,21 ChatMessageAreaScrollButton,22} from "@/registry/ui/chat-message-area";2324const userMessage: UIMessage<{25 member: {26 image: string;27 name: string;28 };29}> = {30 id: "1",31 parts: [32 {33 type: "text",34 text: "Can you tell me a magical story?",35 },36 ],37 role: "user",38 metadata: {39 member: {40 image: "/avatar-1.png",41 name: "You",42 },43 },44};4546const STORY = `# The Tale of the Enchanted Forest4748Deep in a mystical realm, there lay an ancient forest that held secrets beyond imagination. The trees here weren't mere plants; they were the keepers of ancient wisdom, their leaves whispering tales of ages past.4950## The Guardian's Call5152In this magical place lived a young spirit named Aria, chosen by the forest itself to be its guardian. Her hair flowed like silver moonlight, and her eyes held the depth of ancient pools.5354### The First Challenge5556* One morning, Aria discovered that something was amiss57* The usually vibrant crystal flowers had begun to fade58* The ancient whispers of the trees grew fainter59* A shadow crept through the undergrowth6061## The Journey Begins6263Aria knew she had to act quickly. She gathered:641. Dewdrops from spider webs at dawn652. Starlight captured in moonflower petals663. Songs of the morning birds674. Tears of the evening mist6869> "In the heart of every forest lies a truth waiting to be discovered" - Ancient Forest Proverb7071### The Discovery7273As Aria ventured deeper into the forest's heart, she found an ancient clearing. Here, the very air seemed to pulse with magic. Crystal formations emerged from the earth like frozen rainbows, each one containing memories of the forest's past.7475## The Ancient Guardians7677In her quest, Aria encountered the spirits of previous guardians:7879* The Flame Keeper, whose torch lit the darkest paths80* The Wind Whisperer, who knew the language of storms81* The Earth Mother, who could heal the land with a touch82* The Star Walker, who mapped the celestial dance8384Each spirit shared their wisdom:85861. "Change is the only constant in nature"87// … truncated
Files it writes
More from simple-ai
All 77 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| chat-input-demo-mentionschat-input-demo-mentions | simple-ai | Examples | Free | no deps | |
| chat-input-demo-simplechat-input-demo-simple | simple-ai | Examples | Free | no deps | |
| chat-input-with-addonschat-input-with-addons | simple-ai | Examples | Free | no deps | |
| chat-message-area-demochat-message-area-demo | simple-ai | Examples | Free | no deps | |
| chat-message-area-demo-alignmentchat-message-area-demo-alignment | simple-ai | Examples | Free | no deps | |
| chat-message-demochat-message-demo | simple-ai | Examples | Free | no deps | |
| chat-message-demo-avatar-imagechat-message-demo-avatar-image | simple-ai | Examples | Free | no deps | |
| chat-message-demo-simplechat-message-demo-simple | simple-ai | Examples | Free | no deps |
