1.2.0 • Published 2 years ago

use-react-typing v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React hook to type your text with animation

Built to be used with create-react-app, nextjs, gatsby, or react-static.

See it in demo

import and how to use

import {useTyping} from "use-react-typing";

export default Home = () => {
    const [text, setText] = useTyping({ delay: 50, late: 1000, locale: "en"});
    setText("Welcome to our restarant ✌.");
    return (
          <div>
            {text}
          </div>
    );
};

To add in your project, add this in terminal

npm i use-react-typing
1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.1

2 years ago