Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratson/react-typist-loop

Typing animations with React.
https://github.com/ratson/react-typist-loop

animations react typescript typing typing-animation typist

Last synced: 19 days ago
JSON representation

Typing animations with React.

Awesome Lists containing this project

README

        

# react-typist-loop

Typing animations with React.

## Installation

```
npm install react-typist-loop --save
```

## Usage

```jsx
import React from 'react'
import Typist from 'react-typist'
import TypistLoop from 'react-typist-loop'

const App = () => (

{[
'Hello World',
'Good Morning',
'Bye',
].map(text => {text})}

)
```