New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-typerighter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-typerighter

A React Component that makes a cool typing effect

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-typerighter

A React Component that makes a cool typing effect

Usage

React TypeRighter is very simple to use

Props

Only one of the props is required, the rest of them is optional

  1. text: string | required
  2. color: string
  3. fontSize: string
  4. fontFamily: string
  5. blinkTime: number
  6. typingTime: number

Example

Here is an example using all the props

import TypeRighter from "react-typerighter";

function MyComponent() {
  return (
    <TypeRighter
      text="My Awesome text"
      color="#ffffff"
      fontSize="2.5em"
      fontFamily="monospace"
      blinkTime={1}
      typingTime={4}
    />
  );
}

TypeRighter Example: A text being typed in the screen

Development

If you want to contribute to this project, you have to compile the project in development mode:

npm run dev

By running the previous command, webpack will compile code in develpment mode and will watch the files changes

FAQs

Package last updated on 27 Apr 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc