0.2.5 • Published 3 years ago

react-text-rotate v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Rotate Text Usage

So simple to use. First import ReactTextRotate and use it in your application.

import ReactTextRotate from 'react-text-rotate';

const App = () => {

  return (
    <ReactTextRotate
     texts={['You', 'are', 'awesome']}
     speed={1}
     period={2000}
    />
  );
};

Happy coding...

0.2.5

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago