react-text-animation
v0.0.1
Published
React component for a floating text animation
Downloads
10
Maintainers
Readme
React component for a floating text animation
Desgined to provide a simple yet visually pleasing text animation.
Converted into a react component for your convenience :)
Demo
Click here for a live demo.
Installation
- Install 'react-text-animation' with npm
npm install react-text-animation
- Import
TextAnimation
in your component
import TextAnimation from 'react-text-animation'
- Render
TextAnimation
component
<TextAnimation text={'hello'} />
Properties
|Property | Usage | Default | Required | |:------------- |:-------------|:-----:|:-----:| | text | Text that is to be animated on the screen | 'a-z' | no |