AI Chat Fancy Stable

TypingIndicator

Animated three-dot presence indicator with a staggered CSS wave, tuned to signal activity without pulling focus

Preview

Installation

pnpm add fancy-ui-svelte
import { TypingIndicator } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { TypingIndicator } from 'fancy-ui-svelte';
</script>

<TypingIndicator />

Examples

Basic Usage

Props

PropTypeDefaultDescription
size number6Dot diameter in pixels
color string"var(--ft-typing-color, currentColor)"Dot color; any CSS color or custom property expression
speed number1.2Duration of one full animation cycle in seconds
label string"Typing"Visually hidden text announced to assistive technology