Streamed AI answer that reveals word by word with inline source citations, expandable sources, action buttons, and follow-up prompts.
import StreamingText from "@/components/ui/streaming-text"; export default function StreamingTextDemo() { return ( <div className="flex min-h-[420px] w-full items-center justify-center bg-background p-8"> <StreamingText /> </div> ); }