1.0.13 • Published 3 years ago

reactypo v1.0.13

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

Reactypo

Reactypo is a react library that makes it easy to animate text.

Status

npm version

Installation

npm install --save reactypo

Example

Example can be seen here

Basic Usage

import React from 'react'
import { Text, Typo } from 'reactypo'

const App = () => {
  return (
    <Typo>
      <Text>Hello </Text>
      <Text>World!</Text>
    </Typo>
  )
}

export default App

Text component

Renders every char child at a defined pace.

The Text component can be used alone without a Typo component, but the Typo component makes sure every Text is printed one after another.

Props

Event handlers

Typo Component

Props

Those props will be used by every Text child that don't define them.

Event handlers

Static methods

The typo class can manipulate every typo with a name

License

MIT © vivienld

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago