react-simple-typewriter icon indicating copy to clipboard operation
react-simple-typewriter copied to clipboard

A simple react component for adding a nice typewriter effect to your project.

Results 17 react-simple-typewriter issues
Sort by recently updated
recently updated
newest added

Hi, I´m using the react-simple-typewriter with next.js, but the loop isn´t working. It´s types the first word, delete it, but not type the other words.

I am curious if it is possible deleting the entire text at once but not by letter, or by word. https://user-images.githubusercontent.com/71601329/173812798-94af701f-1d72-4e80-a42f-d8016e2d8e02.mp4

Whenever I refresh the browser, the typewriter starts with index 1 and not from 0. After the first loop, it runs normally.

I need the effect to pause once the `document.hidden = true` and resume once `document.hidden = false`. I can't seem to get a handle on this as it runs while...

Hi, I'm facing the following issue: I've set useState hook in order to render an array of items after writting effect, so onLoopDone mush call the handleCards function after loop...

We can't style the TypeWriter component because it doesn't have a **style** or a **className** attribute.

I am using the library for a server rendered site, and I'm using the library on client only. I have a fallback value for when the libreary is not loaded....