1.0.1 • Published 11 months ago

@drobs/animated-text-spell v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

React Animated Text Spell

This is a React Component tant display your text letter by letter a given frequency

Installation

npm install @ddrobecq/react-animated-text-spell

Usage

import React from 'react';
import AnimatedText from 'react-animated-text-spell';

const App = () => {
  return (
    <div>
      <AnimatedText data="Hello, World!" frequency={100} />
    </div>
  );
};

export default App;

Contribute

GitHub Repository

GitHub

Compile

npm run build
1.0.1

11 months ago