Skip to content

Commit ef36397

Browse files
committed
docs: add hideCursorWhenDone in readme
1 parent df55d51 commit ef36397

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export type TypistProps = {
5454
cursor?: string | React.ReactElement;
5555
disabled?: boolean;
5656
restartKey?: any;
57+
hideCursorWhenDone?: boolean;
5758
};
5859
```
5960

@@ -156,6 +157,10 @@ If this value is `true`, the result will be displayed immediately without typing
156157

157158
`Typist` will restart the typing animation whenever `restartKey` changes.
158159

160+
#### `hideCursorWhenDone`
161+
162+
Hide the cursor when the typing animation is done.
163+
159164
### `Typist.Backspace`
160165

161166
```ts

0 commit comments

Comments
 (0)