KQ-746 · CURSOR/LEAD
Cursor Lead
A streaming caret that steps ahead into the next word's slot before the word fills it. The slot is an invisible copy of the coming word with a faint underline that draws on flick as the caret arrives on snap; when the word lands it fades up with a nudge while the underline shrinks away beneath it, and the surface glides to its measured height. Assistive technology hears one sentence at a time, never a token.
KQ-746 · CURSOR/LEAD
Answer about the churn windowFernworks Model 3
Waiting · press play
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/cursor-lead
Props
- text
- string
- default —
- The full answer; words are split on whitespace.
- landed
- number
- default 0
- How many words have arrived, clamped to the word count. Drive it from your stream.
- playing
- boolean
- default false
- Whether the stream is live; keeps the caret on the surface until the last word and sets aria-busy.
- model
- string
- default —
- An invented model name for the header chip.
- label
- string
- default —
- Names the surface for assistive technology.
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | — | The full answer; words are split on whitespace. |
| landed | number | 0 | How many words have arrived, clamped to the word count. Drive it from your stream. |
| playing | boolean | false | Whether the stream is live; keeps the caret on the surface until the last word and sets aria-busy. |
| model | string | — | An invented model name for the header chip. |
| label | string | — | Names the surface for assistive technology. |