Component · Messaging
Typing indicator
the three-dot pulse shown while the other party is composing, or while a response streams.
Example
Playground
Where available
✓ React
✓ Angular
✓ Web Components
✓ Blazor
✓ Tokens
Using it
the same component, named idiomatically per target. one CSS contract underneath, so they render identically.
| Target | Reference | Package |
| React | <TypingIndicator> | @design-foundry/lucent-react |
| Angular | <lucent-typing-indicator> | @design-foundry/lucent |
| Web Components | <lucent-typing-indicator> | @design-foundry/lucent-wc |
| Blazor | <LucentTypingIndicator> | DesignFoundry.Lucent |
API
| Prop | Type | Default | Description |
| variant | typing | generating | typing | plain dots, or dots + label. |
| label | string | — | override (generating defaults to “Generating…”). |