0.4.0 • Published 1 year ago

react-text-aianimation v0.4.0

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

react-text-aianimation

  • small library for a cool text animation with no dependencies.
  • type safe.
  • highly customizable.

    Example

    Demo

Import

import { AiText } from "react-text-aianimation";

Usage

export default function App() {
  return (
    <div className="App">
      <AiText
        text="terminator"
        speed={100}
        styles={{ color: "gray", fontWeight: "bold" }}
        loops={2}
      />
    </div>
  );
}
PropsTypeExample
HeaderTitle
text (required)stringtext={"terminator"}
lowerCasebooleanlowerCase
speednumberspeed={50}
stylesobjectstyle={{ color:'#fff' }}
loopsEnum 1 , 2 or 3loops={3}

thank you for installing!

currently We have a single component, but we're working on adding more.

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago