Chat
TypingIndicator
Three-dot bouncer for "AI is typing" — subtle and bubble variants.
Preview
Assistant is thinking
Generating response
Installation
pnpm add nyxis-ui
Usage
import { TypingIndicator } from 'nyxis-ui';
{
isStreaming && <TypingIndicator label="Assistant is thinking" />;
}
Variants
subtle— three dots inline with the surrounding text.bubble— a card-like pill, suited for empty assistant turns.