🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-text-rotate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-text-rotate

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

latest
Source
npmnpm
Version
0.2.5
Version published
Weekly downloads
1
-92.31%
Maintainers
1
Weekly downloads
 
Created
Source

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...

FAQs

Package last updated on 29 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts