Streaming textReveals a passage token-by-token. Preview Code ⧉ CopyStreaming responses, one token at a time — just like a chat assistant.import { BuiStreamingText } from 'ng-blatui'; <bui-streaming-text text="Streaming responses, one token at a time." />By word Preview Code ⧉ CopyThis reveals one whole word at a time instead of character by character.<bui-streaming-text by="word" text="One whole word at a time." />Fast Preview Code ⧉ CopyA faster stream for snappier reveals.<bui-streaming-text [speed]="15" text="A faster stream." />No caret Preview Code ⧉ CopySame effect, without the blinking cursor.<bui-streaming-text [caret]="false" text="No blinking cursor." />