Skip to content

nareg23/react-text-aianimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
  );
}
Props Type Example
Header Title
text (required) string text={"terminator"}
lowerCase boolean lowerCase
speed number speed={50}
styles object style={{ color:'#fff' }}
loops Enum 1 , 2 or 3 loops={3}

thank you for installing!

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published