1.0.9 • Published 11 months ago

react-yadav-typewriter v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago