1.0.9 • Published 1 year ago

react-yadav-typewriter v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

react-yadav-typewriter

A lightweight and customizable Typewriter effect component for React, perfect for adding dynamic text animations to your web projects without the need for external dependencies.

Features

  • Typewriter effect with customizable speed.
  • Continuous loop option for infinite typing.
  • Easy integration with React projects.
  • No external dependencies.

Installation

You can install react-yadav-typewriter via npm or yarn:

npm

npm install react-yadav-typewriter

Usage

import React from 'react';
import Typewriter from 'react-yadav-typewriter';

const App = () => {
  return (
    <div>
      <h1>Welcome to My Website</h1>
      <Typewriter
        textArray={['A Full Stack Developer', 'A MERN Stack Developer', 'A Mean Stack Developer']}
        typingSpeed={100}
        loop={true}
      />
    </div>
  );
};

export default App;
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago