TerenceGe / react-fancytext

Text with fancy animation in react.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-fancytext

demo

Install

$ npm install react-fancytext --save

Example Code

import ReactDOM from 'react-dom'
import React from 'react'
import FancyText from 'react-fancytext'

class Example extends React.Component {
  render() {
    return (
      <div><FancyText>不一样的视角看世界!</FancyText></div>
    )
  }
}

Customization

<FancyText tagName='p' textColor='#F9F6F5' shadowColor='#fff'>不一样的视角看世界!</FancyText>

Run Demo

$ cd demo
$ npm install
$ npm run demo

About

Text with fancy animation in react.js


Languages

Language:JavaScript 100.0%