1.0.7 • Published 1 year ago

react-typer-no-dependency v1.0.7

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

��# 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

npm.io

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

ColorHex
Example Color#0a192f #0a192f
Example Color#f8f8f8 #f8f8f8
Example Color#00b48a #00b48a
Example Color#00d1a0 #00d1a0
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