Skip to content

musasahinkundakci/react-typer-no-dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Typer No Dependcy

Introducing React Typer, a user-friendly library for adding captivating typing animations to your React applications. With React Typer, you can effortlessly create dynamic and engaging typing effects that bring your content to life. Customize the speed, delay, and appearance of the typing animation to suit your design. Easily integrate React Typer into your web projects for headings, slogans, testimonials, and more. Enhance user experience and make your website or app stand out with eye-catching typing animations. Try React Typer now and create stunning typewriter effects with ease!🌐✨

Authors

Showcase

License

MIT

Usage/Examples

import Component from "my-project";

function App() {
  const ref = useRef();
  return (
    <Typer
      value="We are a team of web developers who are passionate about building
          websites and web applications."
      speed={100}
      ref={ref}
      Wrapper={React.Fragment}
    />
  );
}

Color Reference

Color Hex
Example Color #0a192f #0a192f
Example Color #f8f8f8 #f8f8f8
Example Color #00b48a #00b48a
Example Color #00d1a0 #00d1a0

About

It shows the text you want with human typing effect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published